From caf2465dc6143bd473a648470aeb11b29038b18d Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Tue, 7 Nov 2006 01:49:51 +0000 Subject: [PATCH] Changed "virtual" URL to match between bindings. --- samltest/data/saml1/binding/SAML1Response.xml | 2 +- samltest/data/saml2/binding/SAML2Response.xml | 2 +- samltest/saml1/binding/SAML1ArtifactTest.h | 2 +- samltest/saml1/binding/SAML1POSTTest.h | 2 +- samltest/saml2/binding/SAML2ArtifactTest.h | 2 +- samltest/saml2/binding/SAML2POSTTest.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/samltest/data/saml1/binding/SAML1Response.xml b/samltest/data/saml1/binding/SAML1Response.xml index 5671c67..877f95b 100644 --- a/samltest/data/saml1/binding/SAML1Response.xml +++ b/samltest/data/saml1/binding/SAML1Response.xml @@ -1,5 +1,5 @@ +MajorVersion="1" MinorVersion="1" ResponseID="rident" Recipient="https://sp.example.org/SAML/SSO"> diff --git a/samltest/data/saml2/binding/SAML2Response.xml b/samltest/data/saml2/binding/SAML2Response.xml index 17907f8..1ed17fc 100644 --- a/samltest/data/saml2/binding/SAML2Response.xml +++ b/samltest/data/saml2/binding/SAML2Response.xml @@ -1,5 +1,5 @@ + IssueInstant="1970-01-02T01:01:02.100Z" Version="2.0" ID="rident" Destination="https://sp.example.org/SAML/SSO"> https://idp.example.org/ diff --git a/samltest/saml1/binding/SAML1ArtifactTest.h b/samltest/saml1/binding/SAML1ArtifactTest.h index e5ebe30..30f4dc9 100644 --- a/samltest/saml1/binding/SAML1ArtifactTest.h +++ b/samltest/saml1/binding/SAML1ArtifactTest.h @@ -68,7 +68,7 @@ public: SAMLConfig::getConfig().MessageEncoderManager.newPlugin(samlconstants::SAML1_PROFILE_BROWSER_ARTIFACT, NULL) ); encoder->setArtifactGenerator(this); - encoder->encode(*this,toSend.get(),"https://sp.example.org/SAML/Artifact","https://sp.example.org/","state",m_creds); + encoder->encode(*this,toSend.get(),"https://sp.example.org/SAML/SSO","https://sp.example.org/","state",m_creds); toSend.release(); // Decode message. diff --git a/samltest/saml1/binding/SAML1POSTTest.h b/samltest/saml1/binding/SAML1POSTTest.h index e485a76..61ae72d 100644 --- a/samltest/saml1/binding/SAML1POSTTest.h +++ b/samltest/saml1/binding/SAML1POSTTest.h @@ -64,7 +64,7 @@ public: samlconstants::SAML1_PROFILE_BROWSER_POST, encoder_config->getDocumentElement() ) ); - encoder->encode(*this,toSend.get(),"https://sp.example.org/SAML/POST","https://sp.example.org/","state",m_creds); + encoder->encode(*this,toSend.get(),"https://sp.example.org/SAML/SSO","https://sp.example.org/","state",m_creds); toSend.release(); // Decode message. diff --git a/samltest/saml2/binding/SAML2ArtifactTest.h b/samltest/saml2/binding/SAML2ArtifactTest.h index a6e4449..5e3a408 100644 --- a/samltest/saml2/binding/SAML2ArtifactTest.h +++ b/samltest/saml2/binding/SAML2ArtifactTest.h @@ -58,7 +58,7 @@ public: SAMLConfig::getConfig().MessageEncoderManager.newPlugin(samlconstants::SAML20_BINDING_HTTP_ARTIFACT, NULL) ); encoder->setArtifactGenerator(this); - encoder->encode(*this,toSend.get(),"https://sp.example.org/SAML/Artifact","https://sp.example.org/","state",m_creds); + encoder->encode(*this,toSend.get(),"https://sp.example.org/SAML/SSO","https://sp.example.org/","state",m_creds); toSend.release(); // Decode message. diff --git a/samltest/saml2/binding/SAML2POSTTest.h b/samltest/saml2/binding/SAML2POSTTest.h index 7d6ec3e..3f23b18 100644 --- a/samltest/saml2/binding/SAML2POSTTest.h +++ b/samltest/saml2/binding/SAML2POSTTest.h @@ -64,7 +64,7 @@ public: samlconstants::SAML20_BINDING_HTTP_POST, encoder_config->getDocumentElement() ) ); - encoder->encode(*this,toSend.get(),"https://sp.example.org/SAML/POST","https://sp.example.org/","state",m_creds); + encoder->encode(*this,toSend.get(),"https://sp.example.org/SAML/SSO","https://sp.example.org/","state",m_creds); toSend.release(); // Decode message. -- 2.1.4