Expose audience collection on security policy.
[shibboleth/cpp-opensaml.git] / samltest / data / saml1 / profile / SAML1Assertion.xml
1 <saml:Assertion xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" AssertionID="aident"
2 IssueInstant="1970-01-02T01:01:02.100Z" Issuer="https://idp.example.org/" MajorVersion="1" MinorVersion="1">
3     <saml:Conditions NotBefore="2008-01-02T01:01:02.100Z" NotOnOrAfter="2030-01-02T01:01:02.100Z">
4         <saml:AudienceRestrictionCondition>
5             <saml:Audience>https://sp.example.org</saml:Audience>
6         </saml:AudienceRestrictionCondition>
7         <saml:DoNotCacheCondition/>
8     </saml:Conditions>
9     <saml:AuthenticationStatement AuthenticationInstant="1970-01-02T01:01:02.100Z" AuthenticationMethod="method">
10         <saml:Subject><saml:NameIdentifier>John Doe</saml:NameIdentifier></saml:Subject>
11     </saml:AuthenticationStatement>
12 </saml:Assertion>