Repository: cxf-fediz Updated Branches: refs/heads/master bd86beaa4 -> 4884ddf35
Fix remote IDP URL Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/4884ddf3 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/4884ddf3 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/4884ddf3 Branch: refs/heads/master Commit: 4884ddf350933e43703ef596f297a8ae8d369ad8 Parents: bd86bea Author: Jan Bernhardt <[email protected]> Authored: Fri Oct 23 10:46:51 2015 +0200 Committer: Jan Bernhardt <[email protected]> Committed: Fri Oct 23 10:46:51 2015 +0200 ---------------------------------------------------------------------- services/idp/src/main/resources/entities-realmb.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/4884ddf3/services/idp/src/main/resources/entities-realmb.xml ---------------------------------------------------------------------- diff --git a/services/idp/src/main/resources/entities-realmb.xml b/services/idp/src/main/resources/entities-realmb.xml index 152ff52..592a605 100644 --- a/services/idp/src/main/resources/entities-realmb.xml +++ b/services/idp/src/main/resources/entities-realmb.xml @@ -34,7 +34,7 @@ <property name="certificate" value="stsKeystoreB.properties" /> <property name="certificatePassword" value="realmb" /> <property name="stsUrl" value="https://localhost:12443/fediz-idp-sts/REALMB" /> - <property name="idpUrl" value="https://localhost:12443/fediz-idp/federation" /> + <property name="idpUrl" value="https://localhost:12443/fediz-idp-remote/federation" /> <property name="supportedProtocols"> <util:list> <value>http://docs.oasis-open.org/wsfed/federation/200706
