diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-20 15:54:11 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-20 15:54:11 +0100 |
commit | 3974cdadf7e40ce7fd6b2bc7e067dc77ab51ee0b (patch) | |
tree | 08df260375934907053464b193e19bf349c4debb /id/server/doc/handbook/protocol/protocol.html | |
parent | 95f7a12099553d64d488a59b455d2a134d8d9672 (diff) | |
download | moa-id-spss-3974cdadf7e40ce7fd6b2bc7e067dc77ab51ee0b.tar.gz moa-id-spss-3974cdadf7e40ce7fd6b2bc7e067dc77ab51ee0b.tar.bz2 moa-id-spss-3974cdadf7e40ce7fd6b2bc7e067dc77ab51ee0b.zip |
add SAML1 sourceID received from StartAuthentication request
Diffstat (limited to 'id/server/doc/handbook/protocol/protocol.html')
-rw-r--r-- | id/server/doc/handbook/protocol/protocol.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/id/server/doc/handbook/protocol/protocol.html b/id/server/doc/handbook/protocol/protocol.html index 450df0aad..ebe0dbdca 100644 --- a/id/server/doc/handbook/protocol/protocol.html +++ b/id/server/doc/handbook/protocol/protocol.html @@ -1083,6 +1083,11 @@ Folgende Parameter müssen mit dem AuthCode-Request mitgesendet werden, wobei für <td>BE, SI, </td> <td><strong>Optional:</strong> Gibt an ob die Anmeldung mittels STORK im angegebenen Land erfolgen soll. Die Angabe erfolgt mit dem Ländercode (Bsp: PT, LU, ES, ...) des jeweiligen Landes.</td> </tr> + <tr> + <td>sourceID=<xxxxxxx></td> + <td>abcdef141245</td> + <td><strong>Optional:</strong> Die sourceID fließt in die Genierung des SAML1 Artifacts, welches an den Service Provider returniert wird, ein. Detailinformationen zur Genierierung des SAML1 Artifacts und zur sourceID finden Sie in der <a href="#referenzierte_spezifikation">SAML1 Spezifikation</a>.</td> + </tr> </table> <h2><a name="saml1_getassertion" id="saml1_zugang3"></a>3.4 GetAuthenticationData Request</h2> <p>Nach erfolgter Authentisierung stehen in MOA-ID-AUTH Anmeldedaten zum Abholen bereit, und MOA-ID-AUTH veranlasst einen Redirect zur Online-Applikation (OA). <br> |