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
|
|
|
<saml:Subject>
|
2018-12-26 20:56:08 +00:00
|
|
|
<saml:NameID Format="{{ SUBJECT_FORMAT }}">
|
2018-11-16 08:10:35 +00:00
|
|
|
{{ SUBJECT }}
|
|
|
|
</saml:NameID>
|
|
|
|
<saml:SubjectConfirmation Method="urn:oasis:names:tc:SAML:2.0:cm:bearer">
|
|
|
|
<saml:SubjectConfirmationData {{ IN_RESPONSE_TO|safe }} NotOnOrAfter="{{ NOT_ON_OR_AFTER }}" Recipient="{{ ACS_URL }}" />
|
|
|
|
</saml:SubjectConfirmation>
|
|
|
|
</saml:Subject>
|