[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/cas-protocol.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Aug 25 11:08:22 EDT 2015
Author: serac
Date: Tue Aug 25 11:08:22 2015
New Revision: 7705
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7705&view=rev
Log:
IDP-645 Document singleLogoutParticipant flag.
https://issues.shibboleth.net/jira/browse/IDP-645
Modified:
trunk/idp-conf/src/main/resources/conf/cas-protocol.xml
Modified: trunk/idp-conf/src/main/resources/conf/cas-protocol.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/cas-protocol.xml?rev=7705&r1=7704&r2=7705&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/cas-protocol.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/cas-protocol.xml Tue Aug 25 11:08:22 2015
@@ -23,7 +23,8 @@
<bean class="net.shibboleth.idp.cas.service.ServiceDefinition"
c:regex="https://([A-Za-z0-9_-]+\.)*example\.org(:\d+)?/.*"
p:group="proxying-services"
- p:authorizedToProxy="true" />
+ p:authorizedToProxy="true"
+ p:singleLogoutParticipant="true" />
<bean class="net.shibboleth.idp.cas.service.ServiceDefinition"
c:regex="http://([A-Za-z0-9_-]+\.)*example\.org(:\d+)?/.*"
p:group="non-proxying-services"
More information about the commits
mailing list