This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2018-11-16 08:10:35 +00:00
|
|
|
<samlp:Response xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"
|
2018-12-26 20:56:08 +00:00
|
|
|
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
|
2018-11-16 08:10:35 +00:00
|
|
|
Destination="{{ ACS_URL }}"
|
|
|
|
ID="{{ RESPONSE_ID }}"
|
|
|
|
{{ IN_RESPONSE_TO|safe }}
|
|
|
|
IssueInstant="{{ ISSUE_INSTANT }}"
|
|
|
|
Version="2.0">
|
|
|
|
<saml:Issuer xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion">{{ ISSUER }}</saml:Issuer>
|
|
|
|
{{ ASSERTION_SIGNATURE }}
|
|
|
|
<samlp:Status>
|
|
|
|
<samlp:StatusCode Value="urn:oasis:names:tc:SAML:2.0:status:Success" />
|
|
|
|
</samlp:Status>
|
|
|
|
{{ ASSERTION }}
|
|
|
|
</samlp:Response>
|