aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/resources
diff options
context:
space:
mode:
authorAndreas Fitzek <afitzek@iaik.tugraz.at>2013-04-04 14:38:32 +0200
committerAndreas Fitzek <afitzek@iaik.tugraz.at>2013-04-04 14:38:32 +0200
commit44b9f57e478cd16ea28137d2aee60de7629f9f4d (patch)
treeb5f24ac1e7f5d79dc73f08cd7f037cdb5740e20f /id/server/idserverlib/src/main/resources
parentbf33ab627abe260247c178c3d662477e84cfdfef (diff)
downloadmoa-id-spss-44b9f57e478cd16ea28137d2aee60de7629f9f4d.tar.gz
moa-id-spss-44b9f57e478cd16ea28137d2aee60de7629f9f4d.tar.bz2
moa-id-spss-44b9f57e478cd16ea28137d2aee60de7629f9f4d.zip
added SAML1 Protocol simple implementation
added Loginform builder added login confirmation builder added login form template added modul logic added entrypoints
Diffstat (limited to 'id/server/idserverlib/src/main/resources')
-rw-r--r--id/server/idserverlib/src/main/resources/resources/templates/loginForm.html55
1 files changed, 55 insertions, 0 deletions
diff --git a/id/server/idserverlib/src/main/resources/resources/templates/loginForm.html b/id/server/idserverlib/src/main/resources/resources/templates/loginForm.html
new file mode 100644
index 000000000..90deb3b04
--- /dev/null
+++ b/id/server/idserverlib/src/main/resources/resources/templates/loginForm.html
@@ -0,0 +1,55 @@
+<html>
+<head>
+
+</head>
+<body>
+ <div style="width: 250px">
+ <div id="bku_area">
+ <form action="#AUTH_URL#" method="get" id="fcard">
+ <input type="hidden" name="bkuURI" value="https://127.0.0.1:3496/https-security-layer-request">
+ <input type="hidden" name="OA" value="#OA_URL#">
+ <input type="checkbox" id="mandateCheckBox" name="useMandate" value="true">
+ <label for="mandateCheckBox">in Vertretung anmelden</label>
+ <div
+ style="float: left; width: 48%; text-align: center; position: relative;">
+ <div class="image">
+ <img src="img/karte.gif" alt="Login mit Karte" width="76"
+ height="50" style="margin-top: 1.5em;">
+ </div>
+ <input type="submit" id="startOnlineBku" name="startOnlineBku"
+ value="Karte" class="button">
+ </div>
+ <div
+ style="float: left; width: 48%; text-align: center; position: relative;">
+ <div class="image">
+ <img src="img/handy.gif" alt="Login mit Handy" width="34"
+ height="57" style="margin-top: 1em;">
+ </div>
+ <input type="submit" id="startMobileBku" name="startMobileBku"
+ value="Handy" class="button">
+ </div>
+ </form>
+ </div>
+ <form name="storkForm" method="POST"
+ action="#AUTH_URL#">
+ <input type="hidden" name="bkuURI" value="https://127.0.0.1:3496/https-security-layer-request">
+ <input type="hidden" name="OA" value="#OA_URL#">
+ <select name="CCC" size="1" style="width: 120px">
+ <option value="BE">België/Belgique</option>
+ <option value="EE">Eesti</option>
+ <option value="ES">España</option>
+ <option value="IS">Ísland</option>
+ <option value="IT">Italia</option>
+ <option value="LI">Liechtenstein</option>
+ <option value="LT">Lithuania</option>
+ <option value="PT">Portugal</option>
+ <option value="SI">Slovenija</option>
+ <option value="FI">Suomi</option>
+ <option value="SE">Sverige</option>
+ </select> <input type="submit" name="storkButton" value="Send" alt="Send"
+ class="button" /> <a href="info_stork.html" target="_blank"
+ class="infobutton" style="color: #FFF">i</a>
+ </form>
+ </div>
+</body>
+</html> \ No newline at end of file