aboutsummaryrefslogtreecommitdiff
path: root/connector/src/main/resources/templates/eidas_node_forward.html
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2022-02-08 08:18:35 +0000
committerThomas Lenz <thomas.lenz@egiz.gv.at>2022-02-08 08:18:35 +0000
commitb81ef7a782278cb941d3b424ccbe1ccc976c54f3 (patch)
tree220622592c0e49e1bf8ca60d3f16b4881b9b8ce1 /connector/src/main/resources/templates/eidas_node_forward.html
parent07b71d26fb481859548b597aa43d7312608220d9 (diff)
parent884f208b5f4152a13e3f77d64ce0d4adec481700 (diff)
downloadNational_eIDAS_Gateway-b81ef7a782278cb941d3b424ccbe1ccc976c54f3.tar.gz
National_eIDAS_Gateway-b81ef7a782278cb941d3b424ccbe1ccc976c54f3.tar.bz2
National_eIDAS_Gateway-b81ef7a782278cb941d3b424ccbe1ccc976c54f3.zip
Merge branch 'feature/matching_search_address' into 'feature/matching_base'
add SOAP client to search addresses and add first simple test to request... See merge request egiz/eidas_at_proxy!15
Diffstat (limited to 'connector/src/main/resources/templates/eidas_node_forward.html')
-rw-r--r--connector/src/main/resources/templates/eidas_node_forward.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/connector/src/main/resources/templates/eidas_node_forward.html b/connector/src/main/resources/templates/eidas_node_forward.html
new file mode 100644
index 00000000..3cd30d36
--- /dev/null
+++ b/connector/src/main/resources/templates/eidas_node_forward.html
@@ -0,0 +1,36 @@
+<!DOCTYPE html>
+<html xmlns:th="http://www.thymeleaf.org"
+ xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
+ layout:decorator="fragments/base"
+ th:with="lang=${#locale.language}" th:lang="${lang}">
+<head>
+ <script src="../../webapp/autocommit.js"
+ th:attr="src=@{/autocommit.js}"></script>
+</head>
+<body>
+ <noscript>
+ <p>
+ <strong>Note:</strong> Since your browser does not support
+ JavaScript, you must press the Continue button once to proceed.
+ </p>
+ </noscript>
+
+ <div id="alert">Your login is being processed. Thank you for
+ waiting.</div>
+
+ <form action="${endPoint}" method="post" target="_parent"
+ th:attr="action=@{${endPoint}}">
+ <div>
+ <input type="hidden" name="${tokenName}" value="${tokenValue}"
+ th:attr="value=${tokenValue},name=${tokenName}" />
+ </div>
+ <noscript>
+ <div>
+ <p>Your browser does not support JavaScript. Click the button to continuing the process .</p>
+ <input type="submit" value="Continue" />
+ </div>
+ </noscript>
+ </form>
+
+</body>
+</html> \ No newline at end of file