New policy rules for handling conditions.
[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><saml:NameID>John Doe</saml:NameID></saml:Subject>
4     <saml:Conditions NotBefore="2008-01-02T01:01:02.100Z" NotOnOrAfter="2030-01-02T01:01:02.100Z">
5         <saml:AudienceRestriction>
6             <saml:Audience>https://sp.example.org</saml:Audience>
7         </saml:AudienceRestriction>
8         <saml:OneTimeUse/>
9     </saml:Conditions>
10     <saml:AuthnStatement AuthnInstant="1970-01-02T01:01:02.100Z">
11         <saml:AuthnContext><saml:AuthnContextClassRef>foo</saml:AuthnContextClassRef></saml:AuthnContext>
12     </saml:AuthnStatement>
13 </saml:Assertion>