Skip to content

Instantly share code, notes, and snippets.

@sgohl
Created May 17, 2024 08:39
Show Gist options
  • Save sgohl/9f6504746b43c518be4f54d7889ae6fd to your computer and use it in GitHub Desktop.
Save sgohl/9f6504746b43c518be4f54d7889ae6fd to your computer and use it in GitHub Desktop.
<samlp:Response xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"
xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
Destination="https://sentry.mydomain.dev/saml/acs/sentry/"
ID="ID_832558b8-2802-4fbc-86c2-006e36ec6f15"
InResponseTo="ONELOGIN_18e9a5356c774ca4e1c9651debea047a2d2aa4e0"
IssueInstant="2024-05-17T08:36:27.712Z"
Version="2.0"
>
<saml:Issuer>https://keycloak.mydomain.dev/realms/master</saml:Issuer>
<samlp:Status>
<samlp:StatusCode Value="urn:oasis:names:tc:SAML:2.0:status:Success" />
</samlp:Status>
<saml:Assertion xmlns="urn:oasis:names:tc:SAML:2.0:assertion"
ID="ID_5e079224-64bc-4b8e-bf98-9529d57103cb"
IssueInstant="2024-05-17T08:36:27.712Z"
Version="2.0"
>
<saml:Issuer>https://keycloak.mydomain.dev/realms/master</saml:Issuer>
<saml:Subject>
<saml:NameID Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified">admin</saml:NameID>
<saml:SubjectConfirmation Method="urn:oasis:names:tc:SAML:2.0:cm:bearer">
<saml:SubjectConfirmationData InResponseTo="ONELOGIN_18e9a5356c774ca4e1c9651debea047a2d2aa4e0"
NotOnOrAfter="2024-05-17T08:37:25.712Z"
Recipient="https://sentry.mydomain.dev/saml/acs/sentry/"
/>
</saml:SubjectConfirmation>
</saml:Subject>
<saml:Conditions NotBefore="2024-05-17T08:36:25.712Z"
NotOnOrAfter="2024-05-17T08:37:25.712Z"
>
<saml:AudienceRestriction>
<saml:Audience>https://sentry.mydomain.dev/saml/metadata/sentry/</saml:Audience>
</saml:AudienceRestriction>
</saml:Conditions>
<saml:AuthnStatement AuthnInstant="2024-05-17T08:36:27.712Z"
SessionIndex="dc47ba8c-a076-48af-8158-b6f9b9a98f30::4a192f22-4527-46ac-98e9-997a78fa8632"
SessionNotOnOrAfter="2024-05-17T18:36:27.712Z"
>
<saml:AuthnContext>
<saml:AuthnContextClassRef>urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified</saml:AuthnContextClassRef>
</saml:AuthnContext>
</saml:AuthnStatement>
</saml:Assertion>
</samlp:Response>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment