[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/saml/saml2/slo-back-beans.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue May 10 15:01:05 EDT 2016
Author: scantor
Date: Tue May 10 15:01:04 2016
New Revision: 8236
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8236&view=rev
Log:
IDP-984 - SOAP logout flow mislabeled as abstract
https://issues.shibboleth.net/jira/browse/IDP-984
Also corrected a mislabeling of the profile as a browser flow.
Modified:
trunk/idp-conf/src/main/resources/system/flows/saml/saml2/slo-back-beans.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/slo-back-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/slo-back-beans.xml?rev=8236&r1=8235&r2=8236&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/slo-back-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/slo-back-beans.xml Tue May 10 15:01:04 2016
@@ -25,8 +25,7 @@
<bean id="InitializeProfileRequestContext" class="net.shibboleth.idp.profile.impl.InitializeProfileRequestContext"
p:profileId="#{T(net.shibboleth.idp.saml.saml2.profile.config.SingleLogoutProfileConfiguration).PROFILE_ID}"
- p:loggingId="%{idp.service.logging.saml2slo:Logout}"
- p:browserProfile="true" />
+ p:loggingId="%{idp.service.logging.saml2slo:Logout}" />
<bean id="DecodeMessage" class="org.opensaml.profile.action.impl.DecodeMessage" scope="prototype">
<constructor-arg>
More information about the commits
mailing list