Skip to content

Instantly share code, notes, and snippets.

@lurodrig
Created May 17, 2018 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lurodrig/a4aeba70d89dd123ce1d6f49cd45fc0f to your computer and use it in GitHub Desktop.
Save lurodrig/a4aeba70d89dd123ce1d6f49cd45fc0f to your computer and use it in GitHub Desktop.
<samlp:LogoutRequest xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"
xmlns="urn:oasis:names:tc:SAML:2.0:assertion"
Destination="https://login.cern.ch/adfs/ls/?wa=wsignout1.0"
ID="..."
IssueInstant="2018-05-17T09:35:31.362Z"
Version="2.0"
>
<saml:Issuer xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion">https://.../examples/</saml:Issuer>
<saml:NameID xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
Format="urn:oasis:names:tc:SAML:2.0:nameid-format:transient"
>lurodrig</saml:NameID>
<samlp:SessionIndex>...</samlp:SessionIndex>
</samlp:LogoutRequest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment