diff options
author | kstranacher <kstranacher@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2010-07-13 11:05:02 +0000 |
---|---|---|
committer | kstranacher <kstranacher@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2010-07-13 11:05:02 +0000 |
commit | 0ee460b0e69cc73bb3458f11eaa9ba09e6a49e08 (patch) | |
tree | 8e78610ae9ba3fbce63e4ae716c3e86bc32e4e1f /id/server/auth/src/main/webapp/iframeOnlineBKU.html | |
parent | 4aa19048995f9ddca2f8943287a681992a55b79a (diff) | |
download | moa-id-spss-0ee460b0e69cc73bb3458f11eaa9ba09e6a49e08.tar.gz moa-id-spss-0ee460b0e69cc73bb3458f11eaa9ba09e6a49e08.tar.bz2 moa-id-spss-0ee460b0e69cc73bb3458f11eaa9ba09e6a49e08.zip |
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1170 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id/server/auth/src/main/webapp/iframeOnlineBKU.html')
-rw-r--r-- | id/server/auth/src/main/webapp/iframeOnlineBKU.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/id/server/auth/src/main/webapp/iframeOnlineBKU.html b/id/server/auth/src/main/webapp/iframeOnlineBKU.html new file mode 100644 index 000000000..e92420e7a --- /dev/null +++ b/id/server/auth/src/main/webapp/iframeOnlineBKU.html @@ -0,0 +1,31 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html lang="de">
+ <head>
+ <title>iFrame Online BKU</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
+ <meta http-equiv="PRAGMA" content="NO-CACHE">
+ <script type="text/javascript">
+ window.onload=function() {
+ document.moaidform.submit();
+ return;
+ }
+ </script>
+ </head>
+ <body>
+ Bitte warten...
+
+ <!-- [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" name="moaidform" id="moa" action="[MOA_ID_STARTAUTHENTICATION]">
+ <!-- [MUSS] Geben Sie hier die URL zum MOA-ID Template fuer die Online BKU an -->
+ <!-- z.B.: value="https://yoururl.at/moa-id-auth/template_onlineBKU.html"-->
+ <input type="hidden" name="Template" value="[URL_TO_ONLINEBKU_TEMPLATE]">
+ <!-- [MUSS] Geben Sie hier die URL zur Online BKU an -->
+ <!-- z.B.: value="https://yoururl.at/bkuonline/https-security-layer-request"-->
+ <input type="hidden" name="bkuURI" value="[URL_TO_ONLINEBKU]">
+ </form>
+
+ <hr>
+ </body>
+</html>
\ No newline at end of file |