aboutsummaryrefslogtreecommitdiff
path: root/id/server/auth/src/main/webapp/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'id/server/auth/src/main/webapp/index.html')
-rw-r--r--id/server/auth/src/main/webapp/index.html80
1 files changed, 26 insertions, 54 deletions
diff --git a/id/server/auth/src/main/webapp/index.html b/id/server/auth/src/main/webapp/index.html
index 51bcc7156..62576b15e 100644
--- a/id/server/auth/src/main/webapp/index.html
+++ b/id/server/auth/src/main/webapp/index.html
@@ -9,47 +9,28 @@
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" type="text/css" href="css/index.css">
<script type="text/javascript">
-
// [MUSS] Geben Sie hier die URL zum Aufruf von MOA-ID an
// z.B.: https://yoururl.at/moa-id-auth/StartAuthentication?Target=IT&OA=https://youronlineapplication.at
- // var MOA_ID_STARTAUTHENTICATION = "[MOA_ID_STARTAUTHENTICATION]";
- var MOA_ID_STARTAUTHENTICATION = "https://localhost:8443/moa-id-auth/StartAuthentication?Target=sss&OA=https://localhost:8443/TestMOAID_OA/LoginServletExample";
+ var MOA_ID_STARTAUTHENTICATION = "[MOA_ID_STARTAUTHENTICATION]";
// [MUSS] Geben Sie hier die URL zum MOA-ID Template fuer die lokale BKU an
// z.B.: https://yoururl.at/moa-id-auth/template_localBKU.html
- //var URL_TO_LOKALBKU_TEMPLATE = "[URL_TO_LOKALBKU_TEMPLATE]";
- var URL_TO_LOKALBKU_TEMPLATE = "https://localhost:8443/moa-id-auth/template_localBKU.html";
+ var URL_TO_LOKALBKU_TEMPLATE = "[URL_TO_LOKALBKU_TEMPLATE]";
- // [MUSS] Geben Sie hier die URL zum MOA-ID Template fuer die Online BKU an
- // z.B.: "https://yoururl.at/moa-id-auth/template_onlineBKU.html"
- //var URL_TO_ONLINEBKU_TEMPLATE = "[URL_TO_ONLINEBKU_TEMPLATE]";
- var URL_TO_ONLINEBKU_TEMPLATE = "https://localhost:8443/moa-id-auth/template_onlineBKU.html";
- // [MUSS] Geben Sie hier die URL zur Online BKU an
- // z.B.: value="https://yoururl.at/bkuonline/https-security-layer-request"
- //var URL_TO_ONLINEBKU = "[URL_TO_ONLINEBKU]";
- //var URL_TO_ONLINEBKU = "http://localhost:8082/bkuonline/http-security-layer-request";
- var URL_TO_ONLINEBKU = "https://localhost:8444/bkuonline/https-security-layer-request";
-
- // [MUSS] Geben Sie hier die URL zum MOA-ID Template fuer die Handy Signatur an -->
- <!-- z.B.: value="https://yoururl.at/moa-id-auth/template_handyBKU.html"-->
- //var URL_TO_HANDYSIGNATUR_TEMPLATE = "[URL_TO_HANDYSIGNATUR_TEMPLATE]";
- var URL_TO_HANDYSIGNATUR_TEMPLATE = "https://localhost:8443/moa-id-auth/template_handyBKU.html";
-
window.onload=function() {
- document.getElementById("localBKU").style.display="none";
+ document.getElementById("localBKU").style.display="none";
return;
}
-
function bkuOnlineClicked() {
<!-- [OPTIONAL] Um die lokale BKU auszublenden, ersetzen Sie in der folgenden Zeile "block" durch "none" -->
document.getElementById("localBKU").style.display="block";
- // set values for local BKU
- document.getElementById("form_local_bku").action = MOA_ID_STARTAUTHENTICATION;
- document.getElementById("input_localBKU_template").value = URL_TO_LOKALBKU_TEMPLATE;
+ document.getElementById("moaidform").action = MOA_ID_STARTAUTHENTICATION;
+ document.getElementById("Template").value = URL_TO_LOKALBKU_TEMPLATE;
+
document.getElementById("useMandate").value = "false";
var checkbox = document.getElementById("mandateCheckBox")
if (checkbox != null) {
@@ -57,20 +38,16 @@
document.getElementById("useMandate").value = "true";
}
}
-
- // set values for online BKU
+
var el = document.getElementById("bkulogin");
var parent = el.parentNode;
-
+
var iFrameURL = "iframeOnlineBKU.html" + "?";
- iFrameURL += "bkuURI=" + URL_TO_ONLINEBKU + "&";
- iFrameURL += "Template=" + URL_TO_ONLINEBKU_TEMPLATE + "&";
- iFrameURL += "startAuth=" + MOA_ID_STARTAUTHENTICATION + "&";
iFrameURL += "useMandate=" + document.getElementById("useMandate").value;
-
- var iframe = document.createElement("iframe");
+
+ var iframe = document.createElement("iframe");
iframe.setAttribute("src", iFrameURL);
- iframe.setAttribute("width", "220");
+ iframe.setAttribute("width", "220");
iframe.setAttribute("height", "165");
iframe.setAttribute("frameborder", "0");
iframe.setAttribute("scrolling", "no");
@@ -82,8 +59,8 @@
function bkuHandyClicked() {
document.getElementById("localBKU").style.display="none";
-
- document.getElementById("useMandate").value = "false";
+
+ document.getElementById("useMandate").value = "false";
var checkbox = document.getElementById("mandateCheckBox")
if (checkbox != null) {
if (document.getElementById("mandateCheckBox").checked) {
@@ -91,19 +68,15 @@
}
}
- // set values for Handy Signatur
- var el = document.getElementById("bkulogin");
+ var el = document.getElementById("bkulogin");
var parent = el.parentNode;
-
var iFrameURL = "iframeHandyBKU.html" + "?";
- iFrameURL += "Template=" + URL_TO_HANDYSIGNATUR_TEMPLATE + "&";
- iFrameURL += "startAuth=" + MOA_ID_STARTAUTHENTICATION + "&";
iFrameURL += "useMandate=" + document.getElementById("useMandate").value;
- var iframe = document.createElement("iframe");
+ var iframe = document.createElement("iframe");
iframe.setAttribute("src", iFrameURL);
- iframe.setAttribute("width", "220");
+ iframe.setAttribute("width", "220");
iframe.setAttribute("height", "159");
iframe.setAttribute("frameborder", "0");
iframe.setAttribute("scrolling", "no");
@@ -147,29 +120,28 @@
<!-- [OPTIONAL] Um die Mobile BKU auszublenden, kommentieren sie das folgende div (bkukhandy) aus -->
<div id="bkuhandy" class="hell">
<button name="bkuButton" type="button" onClick="bkuHandyClicked();">HANDY</button>
- </div>
+ </div>
<!-- [OPTIONAL] Um die Anmeldung mit Vollmachten auszublenden, kommentieren Sie das folgende div (mandate) aus -->
<div id="mandate">
<input type="checkbox" name="Mandate" style="vertical-align: middle; margin-right: 5px;" id="mandateCheckBox"><label>in Vertretung anmelden</label>
- </div>
-
+ </div>
</div>
-
-
-
+
<div id="localBKU" style="display:none" class="hell">
<hr>
- <form id="form_local_bku" method="post">
+ <!-- [MUSS] Geben Sie hier die URL zum Aufruf von MOA-ID an -->
+ <!-- z.B.: action="https://yoururl.at/moa-id-auth/StartAuthentication?Target=IT&OA=https://youronlineapplication.at"-->
+ <form method="post" id="moaidform">
<input type="hidden" name="show" value="false">
<!-- [MUSS] Geben Sie hier die URL zum MOA-ID Template fuer die lokale BKU an -->
<!-- z.B.: value="https://yoururl.at/moa-id-auth/template_localBKU.html"-->
- <input type="hidden" name="Template" id="input_localBKU_template" >
- <input type="hidden" name="bkuURI" value="https://localhost:3496/https-security-layer-request">
- <input type="hidden" name="useMandate" id="useMandate">
- <input type="submit" size="400" value="Lokale BKU">
+ <input type="hidden" name="Template" id="Template">
+ <input type="hidden" name="bkuURI" value="https://localhost:3496/https-security-layer-request">
+ <input type="hidden" name="useMandate" id="useMandate">
+ <input type="submit" size="400" value="Lokale BKU">
</form>
<p>
<small>Alternativ k&ouml;nnen Sie eine lokal installierte BKU verwenden.</small>