diff options
author | Klaus Stranacher <kstranacher@iaik.tugraz.at> | 2014-01-19 22:12:00 +0100 |
---|---|---|
committer | Klaus Stranacher <kstranacher@iaik.tugraz.at> | 2014-01-19 22:12:00 +0100 |
commit | f93576f32f1d4bb4f3d0830c1fffb3c0a55d7616 (patch) | |
tree | 76797b0444a26ddf00fc07ce8c831489b6b0d3b8 /id/server/auth/src/main/webapp/iframeHandyBKU.html | |
parent | 8ae6a68908c3e089dbd5c6d7ac8f87c18cba5985 (diff) | |
download | moa-id-spss-f93576f32f1d4bb4f3d0830c1fffb3c0a55d7616.tar.gz moa-id-spss-f93576f32f1d4bb4f3d0830c1fffb3c0a55d7616.tar.bz2 moa-id-spss-f93576f32f1d4bb4f3d0830c1fffb3c0a55d7616.zip |
Version update to 2.0.0
Diffstat (limited to 'id/server/auth/src/main/webapp/iframeHandyBKU.html')
-rw-r--r-- | id/server/auth/src/main/webapp/iframeHandyBKU.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/id/server/auth/src/main/webapp/iframeHandyBKU.html b/id/server/auth/src/main/webapp/iframeHandyBKU.html index 0f6e1e282..b5936679f 100644 --- a/id/server/auth/src/main/webapp/iframeHandyBKU.html +++ b/id/server/auth/src/main/webapp/iframeHandyBKU.html @@ -8,11 +8,11 @@ <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=ZU&OA=https://localhost:8443/TestMOAID_OA/LoginServletExample";
// [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() {
@@ -49,7 +49,8 @@ Bitte warten...
<form name="moaidform" method="post" id="moaidform">
<input type="hidden" name="Template" id="Template">
- <input type="hidden" name="bkuURI" value="https://www.handy-signatur.at/mobile/https-security-layer-request/default.aspx">
+ <!-- <input type="hidden" name="bkuURI" value="https://www.handy-signatur.at/mobile/https-security-layer-request/default.aspx"> -->
+ <input type="hidden" name="bkuURI" value="https://test1.a-trust.at/https-security-layer-request/default.aspx">
<input type="hidden" name="useMandate" id="useMandate">
</form>
<hr>
|