Repository: cxf-fediz Updated Branches: refs/heads/1.2.x-fixes a8876556d -> 4911968ac
Passive requestor endpoint update Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/4911968a Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/4911968a Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/4911968a Branch: refs/heads/1.2.x-fixes Commit: 4911968ac48e8f3b517be49380bee9ab94da3752 Parents: a887655 Author: Colm O hEigeartaigh <[email protected]> Authored: Wed Feb 17 12:14:21 2016 +0000 Committer: Colm O hEigeartaigh <[email protected]> Committed: Wed Feb 17 12:14:21 2016 +0000 ---------------------------------------------------------------------- services/idp/src/main/resources/entities-realma.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/4911968a/services/idp/src/main/resources/entities-realma.xml ---------------------------------------------------------------------- diff --git a/services/idp/src/main/resources/entities-realma.xml b/services/idp/src/main/resources/entities-realma.xml index 2ccb07f..2965df9 100644 --- a/services/idp/src/main/resources/entities-realma.xml +++ b/services/idp/src/main/resources/entities-realma.xml @@ -104,7 +104,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="passiveRequestorEndpointConstraint" - value="https://localhost:(\d)*/(\w)*helloworld(\w)*/.*" /> + value="https://localhost:?(\d)*/.*" /> </bean> <bean class="org.apache.cxf.fediz.service.idp.service.jpa.ApplicationClaimEntity">
