Created
October 17, 2018 14:29
-
-
Save ldonnet/b046da4e0e3e7e663a79f47ceeb95644 to your computer and use it in GitHub Desktop.
Requête exemple
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <samlp:LogoutRequest | |
| xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" | |
| xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" | |
| ID="[RANDOM ID]" | |
| Version="2.0" | |
| IssueInstant="[CURRENT DATE/TIME]"> | |
| <saml:NameID>@NOT_USED@</saml:NameID> | |
| <samlp:SessionIndex>[SESSION IDENTIFIER]</samlp:SessionIndex> | |
| </samlp:LogoutRequest> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment