File: SAML1Response.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 (10 lines) | stat: -rw-r--r-- 777 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
<samlp:Response xmlns:samlp="urn:oasis:names:tc:SAML:1.0:protocol" IssueInstant="1970-01-02T01:01:02.100Z"
MajorVersion="1" MinorVersion="1" ResponseID="rident" Recipient="https://sp.example.org/SAML/SSO">
    <samlp:Status><samlp:StatusCode Value="samlp:Success"/></samlp:Status>
    <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>
</samlp:Response>