Changed "virtual" URL to match between bindings.
[shibboleth/cpp-opensaml.git] / samltest / data / saml2 / binding / SAML2Response.xml
index feaf0c4..1ed17fc 100644 (file)
@@ -1,14 +1,12 @@
 <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> 
+    IssueInstant="1970-01-02T01:01:02.100Z" Version="2.0" ID="rident" Destination="https://sp.example.org/SAML/SSO">
+    <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: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:AuthnContext><saml:AuthnContextClassRef>foo</saml:AuthnContextClassRef></saml:AuthnContext>
         </saml:AuthnStatement>
     </saml:Assertion>
 </samlp:Response>