Skip to content

Instantly share code, notes, and snippets.

@ldonnet
Created October 17, 2018 14:29
Show Gist options
  • Select an option

  • Save ldonnet/b046da4e0e3e7e663a79f47ceeb95644 to your computer and use it in GitHub Desktop.

Select an option

Save ldonnet/b046da4e0e3e7e663a79f47ceeb95644 to your computer and use it in GitHub Desktop.
Requête exemple
<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