[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/system/flows/saml: saml1/sso-abstract-beans.xml...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Oct 16 13:01:42 EDT 2014
Author: scantor
Date: Thu Oct 16 13:01:42 2014
New Revision: 6727
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6727&view=rev
Log:
Toggle off SPSession update action unless we're tracking them.
Modified:
trunk/idp-conf/src/main/resources/system/flows/saml/saml1/sso-abstract-beans.xml
trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml1/sso-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml1/sso-abstract-beans.xml?rev=6727&r1=6726&r2=6727&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml1/sso-abstract-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml1/sso-abstract-beans.xml Thu Oct 16 13:01:42 2014
@@ -66,7 +66,7 @@
<bean id="UpdateSessionWithSPSession"
class="net.shibboleth.idp.session.impl.UpdateSessionWithSPSession" scope="prototype"
- p:activationCondition="%{idp.session.enabled:true}"
+ p:activationCondition="%{idp.session.trackSPSessions:false}"
p:sessionManager-ref="shibboleth.SessionManager">
<property name="SPSessionCreationStrategy">
<bean class="net.shibboleth.idp.saml.session.impl.SAML1SPSessionCreationStrategy"
@@ -77,13 +77,13 @@
<bean id="shibboleth.PreEncodeMessageHandler"
class="org.opensaml.messaging.handler.impl.BasicMessageHandlerChain" scope="prototype">
<property name="handlers">
- <util:list>
+ <list>
<!-- TODO outbound handlers -->
<bean class="org.opensaml.saml.common.binding.impl.SAMLOutboundDestinationHandler" scope="prototype"/>
<bean class="org.opensaml.saml.common.binding.security.impl.EndpointURLSchemeSecurityHandler" scope="prototype"/>
<bean class="org.opensaml.saml.common.binding.security.impl.SAMLOutboundProtocolMessageSigningHandler"
scope="prototype" p:signErrorResponses="%{idp.errors.signed:true}" />
- </util:list>
+ </list>
</property>
</bean>
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml?rev=6727&r1=6726&r2=6727&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml Thu Oct 16 13:01:42 2014
@@ -110,7 +110,7 @@
<bean id="UpdateSessionWithSPSession"
class="net.shibboleth.idp.session.impl.UpdateSessionWithSPSession" scope="prototype"
- p:activationCondition="%{idp.session.enabled:true}"
+ p:activationCondition="%{idp.session.trackSPSessions:false}"
p:sessionManager-ref="shibboleth.SessionManager">
<property name="SPSessionCreationStrategy">
<bean class="net.shibboleth.idp.saml.session.impl.SAML2SPSessionCreationStrategy"
More information about the commits
mailing list