[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/flows/authn/authn-beans.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Oct 14 13:18:45 EDT 2013
Author: scantor
Date: Mon Oct 14 13:18:45 2013
New Revision: 4856
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4856&view=rev
Log:
Populate flag that disables session action.
Modified:
trunk/idp-conf/src/main/resources/flows/authn/authn-beans.xml
Modified: trunk/idp-conf/src/main/resources/flows/authn/authn-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/flows/authn/authn-beans.xml?rev=4856&r1=4855&r2=4856&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/flows/authn/authn-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/flows/authn/authn-beans.xml Mon Oct 14 13:18:45 2013
@@ -40,6 +40,7 @@
<bean id="FinalizeAuthentication" class="net.shibboleth.idp.authn.impl.FinalizeAuthentication" scope="prototype" />
- <bean id="UpdateSessionWithAuthenticationResult" class="net.shibboleth.idp.session.impl.UpdateSessionWithAuthenticationResult" scope="prototype" />
+ <bean id="UpdateSessionWithAuthenticationResult" class="net.shibboleth.idp.session.impl.UpdateSessionWithAuthenticationResult" scope="prototype"
+ p:enabled="${idp.session.enabled}" />
</beans>
More information about the commits
mailing list