File: SAML1Assertion.xml

package info (click to toggle)
opensaml 3.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,480 kB
  • sloc: cpp: 27,961; sh: 4,593; xml: 1,004; makefile: 429; ansic: 18
file content (6 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
<saml:Assertion xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" AssertionID="aident"
IssueInstant="1970-01-02T01:01:02.100Z" Issuer="https://idp.example.org/" MajorVersion="1" MinorVersion="1">
    <saml:AuthenticationStatement AuthenticationInstant="1970-01-02T01:01:02.100Z" AuthenticationMethod="method">
        <saml:Subject><saml:NameIdentifier>John Doe</saml:NameIdentifier></saml:Subject>
    </saml:AuthenticationStatement>
</saml:Assertion>