Removed ChildlessElement class references, ensure ComplexElement gets copied during...
[shibboleth/cpp-opensaml.git] / samltest / data / saml2 / binding / SAML2Response.xml
1 <samlp:Response xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
2     IssueInstant="1970-01-02T01:01:02.100Z" Version="2.0" ID="rident" Destination="https://sp.example.org/SAML/POST">
3     <saml:Issuer>https://idp.example.org/</saml:Issuer>
4     <samlp:Status><samlp:StatusCode Value="urn:oasis:names:tc:SAML:2.0:status:Success"/></samlp:Status>
5     <saml:Assertion ID="aident" IssueInstant="1970-01-02T01:01:02.100Z" Version="2.0">
6         <saml:Issuer>https://idp.example.org/</saml:Issuer>
7         <saml:Subject><saml:NameID>John Doe</saml:NameID></saml:Subject>
8         <saml:AuthnStatement AuthnInstant="1970-01-02T01:01:02.100Z">
9             <saml:AuthnContext><saml:AuthnContextClassRef>foo</saml:AuthnContextClassRef></saml:AuthnContext>
10         </saml:AuthnStatement>
11     </saml:Assertion>
12 </samlp:Response>