Fixing federation test
Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/483e6a34 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/483e6a34 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/483e6a34 Branch: refs/heads/1.3.x-fixes Commit: 483e6a3497507d35e98b445cd5178bf5c92d448d Parents: f26a20c Author: Colm O hEigeartaigh <[email protected]> Authored: Tue Dec 20 15:39:54 2016 +0000 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue Dec 20 15:39:54 2016 +0000 ---------------------------------------------------------------------- .../samlsso/src/test/resources/realmb/entities-realmb.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/483e6a34/systests/federation/samlsso/src/test/resources/realmb/entities-realmb.xml ---------------------------------------------------------------------- diff --git a/systests/federation/samlsso/src/test/resources/realmb/entities-realmb.xml b/systests/federation/samlsso/src/test/resources/realmb/entities-realmb.xml index 4d73376..bfe086b 100644 --- a/systests/federation/samlsso/src/test/resources/realmb/entities-realmb.xml +++ b/systests/federation/samlsso/src/test/resources/realmb/entities-realmb.xml @@ -80,7 +80,7 @@ <property name="tokenType" value="http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV2.0" /> <property name="lifeTime" value="3600" /> <property name="validatingCertificate" value="realma.cert" /> - <property name="passiveRequestorEndpoint" value="https://localhost:${idp.https.port}/fediz-idp/saml" /> + <property name="passiveRequestorEndpoint" value="https://localhost:${idp.https.port}/fediz-idp/federation" /> </bean> <bean id="claim_role"
