diff options
author | Andreas Fitzek <afitzek@iaik.tugraz.at> | 2013-04-04 17:00:58 +0200 |
---|---|---|
committer | Andreas Fitzek <afitzek@iaik.tugraz.at> | 2013-04-04 17:00:58 +0200 |
commit | b871ae183d5a045fc4f8bf5b89a484aad4b2b39c (patch) | |
tree | c259527c973feac2a0a2f75fce1174f5f50ced73 /id/server/idserverlib/src/main/resources | |
parent | 44b9f57e478cd16ea28137d2aee60de7629f9f4d (diff) | |
download | moa-id-spss-b871ae183d5a045fc4f8bf5b89a484aad4b2b39c.tar.gz moa-id-spss-b871ae183d5a045fc4f8bf5b89a484aad4b2b39c.tar.bz2 moa-id-spss-b871ae183d5a045fc4f8bf5b89a484aad4b2b39c.zip |
Authentication data saved in Authentication Session
Diffstat (limited to 'id/server/idserverlib/src/main/resources')
-rw-r--r-- | id/server/idserverlib/src/main/resources/resources/templates/loginForm.html | 4 |
1 files changed, 4 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 index 90deb3b04..576683dc7 100644 --- a/id/server/idserverlib/src/main/resources/resources/templates/loginForm.html +++ b/id/server/idserverlib/src/main/resources/resources/templates/loginForm.html @@ -8,6 +8,8 @@ <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="hidden" name="MODUL" value="#MODUL#"> + <input type="hidden" name="ACTION" value="#ACTION#"> <input type="checkbox" id="mandateCheckBox" name="useMandate" value="true"> <label for="mandateCheckBox">in Vertretung anmelden</label> <div @@ -34,6 +36,8 @@ 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#"> + <input type="hidden" name="MODULE" value="#MODULE#"> + <input type="hidden" name="ACTION" value="#ACTION#"> <select name="CCC" size="1" style="width: 120px"> <option value="BE">Belgiƫ/Belgique</option> <option value="EE">Eesti</option> |