SAML 2 Artifact decoder/test, with some API adjustments.
[shibboleth/cpp-opensaml.git] / samltest / data / saml2 / binding / SAML2Response.xml
index feaf0c4..78e9c09 100644 (file)
@@ -1,14 +1,6 @@
 <samlp:Response xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
-IssueInstant="1970-01-02T01:01:02.100Z" Version="2.0" ID="rident" Destination="https://sp.example.org/SAML/POST">
-    <saml:Issuer>https://idp.example.org/</saml:Issuer> 
-    <samlp:Status><samlp:StatusCode Value="urn:oasis:names:tc:SAML:2.0:status:Success"/></samlp:Status>
-    <saml:Assertion ID="aident" IssueInstant="1970-01-02T01:01:02.100Z" Version="2.0">
-        <saml:Issuer>https://idp.example.org/</saml:Issuer> 
-        <saml:Subject><saml:NameID>John Doe</saml:NameID></saml:Subject>
-        <saml:AuthnStatement AuthnInstant="1970-01-02T01:01:02.100Z">
-            <saml:AuthnContext>
-                <saml:AuthnContextClassRef>foo</saml:AuthnContextClassRef>
-            </saml:AuthnContext>
-        </saml:AuthnStatement>
-    </saml:Assertion>
-</samlp:Response>
+IssueInstant="1970-01-02T01:01:02.100Z" Version="2.0" ID="rident"
+Destination="https://sp.example.org/SAML/POST"><saml:Issuer>https://idp.example.org/</saml:Issuer><samlp:Status><samlp:StatusCode
+Value="urn:oasis:names:tc:SAML:2.0:status:Success"/></samlp:Status><saml:Assertion ID="aident"
+IssueInstant="1970-01-02T01:01:02.100Z" Version="2.0"><saml:Issuer>https://idp.example.org/</saml:Issuer><saml:Subject><saml:NameID>John Doe</saml:NameID></saml:Subject><saml:AuthnStatement
+AuthnInstant="1970-01-02T01:01:02.100Z"><saml:AuthnContext><saml:AuthnContextClassRef>foo</saml:AuthnContextClassRef></saml:AuthnContext></saml:AuthnStatement></saml:Assertion></samlp:Response>
\ No newline at end of file