Changed "virtual" URL to match between bindings.
[shibboleth/cpp-opensaml.git] / samltest / data / saml1 / binding / SAML1Response.xml
1 <samlp:Response xmlns:samlp="urn:oasis:names:tc:SAML:1.0:protocol" IssueInstant="1970-01-02T01:01:02.100Z"
2 MajorVersion="1" MinorVersion="1" ResponseID="rident" Recipient="https://sp.example.org/SAML/SSO">
3     <samlp:Status><samlp:StatusCode Value="samlp:Success"/></samlp:Status>
4     <saml:Assertion xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" AssertionID="aident"
5     IssueInstant="1970-01-02T01:01:02.100Z" Issuer="https://idp.example.org/" MajorVersion="1" MinorVersion="1">
6         <saml:AuthenticationStatement AuthenticationInstant="1970-01-02T01:01:02.100Z" AuthenticationMethod="method">
7             <saml:Subject><saml:NameIdentifier>John Doe</saml:NameIdentifier></saml:Subject>
8         </saml:AuthenticationStatement>
9     </saml:Assertion>
10 </samlp:Response>