Set fourth file version digit to signify rebuild.
[shibboleth/cpp-opensaml.git] / samltest / data / saml2 / profile / SAML2Assertion.xml
1 <saml:Assertion xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" ID="aident" IssueInstant="1970-01-02T01:01:02.100Z" Version="2.0">
2     <saml:Issuer>https://idp.example.org/</saml:Issuer>
3     <saml:Subject>
4         <saml:NameID>John Doe</saml:NameID>
5         <saml:SubjectConfirmation Method="urn:oasis:names:tc:SAML:2.0:cm:bearer">
6             <saml:SubjectConfirmationData NotOnOrAfter="2030-01-02T01:01:02.100Z"/>
7         </saml:SubjectConfirmation>
8     </saml:Subject>
9     <saml:Conditions NotBefore="2008-01-02T01:01:02.100Z" NotOnOrAfter="2030-01-02T01:01:02.100Z">
10         <saml:AudienceRestriction>
11             <saml:Audience>https://sp.example.org</saml:Audience>
12         </saml:AudienceRestriction>
13         <saml:OneTimeUse/>
14     </saml:Conditions>
15     <saml:AuthnStatement AuthnInstant="1970-01-02T01:01:02.100Z">
16         <saml:AuthnContext><saml:AuthnContextClassRef>foo</saml:AuthnContextClassRef></saml:AuthnContext>
17     </saml:AuthnStatement>
18 </saml:Assertion>