aboutsummaryrefslogtreecommitdiff
path: root/basicConfig
diff options
context:
space:
mode:
authorChristian Kollmann <christian.kollmann@a-sit.at>2021-07-12 11:00:48 +0200
committerChristian Kollmann <christian.kollmann@a-sit.at>2021-07-12 11:44:43 +0200
commit09af792ce3ed3df430f8d7ae6099f284756147a0 (patch)
treef188c2d9150ecc403e9a1dc930917e19a4b4cdc4 /basicConfig
parent0b896fd9d035ba5719394ecaaba02ef6b5dc5666 (diff)
downloadNational_eIDAS_Gateway-09af792ce3ed3df430f8d7ae6099f284756147a0.tar.gz
National_eIDAS_Gateway-09af792ce3ed3df430f8d7ae6099f284756147a0.tar.bz2
National_eIDAS_Gateway-09af792ce3ed3df430f8d7ae6099f284756147a0.zip
Add option to provide alternative eIDAS login for matching process
Diffstat (limited to 'basicConfig')
-rw-r--r--basicConfig/templates/other_login_method.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/basicConfig/templates/other_login_method.html b/basicConfig/templates/other_login_method.html
index 1e2fb8f3..035c359f 100644
--- a/basicConfig/templates/other_login_method.html
+++ b/basicConfig/templates/other_login_method.html
@@ -167,12 +167,11 @@ form {
<input type="hidden" name="pendingid" value="$pendingid" th:attr="value=${pendingid}" />
</form>
- <!-- add this block if additional eIDAS authentication is implemented -->
- <!--form class="block" method="post" action="$contextPath$submitEndpoint" th:attr="action=@{${submitEndpoint}}">
+ <form class="block" method="post" action="$contextPath$submitEndpoint" th:attr="action=@{${submitEndpoint}}">
<input type="submit" role="button" value="Sie können zusätzliche Informationen via eIDAS bereitstellen" th:attr="value=#{gui.matching.otherloginmethod.eidas}" />
<input type="hidden" name="loginSelection" value="EIDAS_LOGIN">
<input type="hidden" name="pendingid" value="$pendingid" th:attr="value=${pendingid}" />
- </form-->
+ </form>
<form class="block" method="post" action="$contextPath$submitEndpoint" th:attr="action=@{${submitEndpoint}}">
<input type="submit" role="button" value="Sie waren bereits einmal in Österreich wohnhaft" th:attr="value=#{gui.matching.otherloginmethod.residence}" />