forked from fujifish/samling
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsamlp.tpl
More file actions
16 lines (16 loc) · 686 Bytes
/
samlp.tpl
File metadata and controls
16 lines (16 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<saml:Assertion xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" Version="2.0" ID="" IssueInstant="">
<saml:Issuer></saml:Issuer>
<saml:Subject>
<saml:NameID Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified" />
<saml:SubjectConfirmation Method="urn:oasis:names:tc:SAML:2.0:cm:bearer">
<saml:SubjectConfirmationData />
</saml:SubjectConfirmation>
</saml:Subject>
<saml:Conditions>
</saml:Conditions>
<saml:AuthnStatement AuthnInstant="">
<saml:AuthnContext>
<saml:AuthnContextClassRef>urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified</saml:AuthnContextClassRef>
</saml:AuthnContext>
</saml:AuthnStatement>
</saml:Assertion>