[java-idp-testbed COMMIT] in /trunk/src/main/config: conf/idp.properties system/flows/authn/authn-beans.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Nov 19 12:24:42 EST 2013
Author: scantor
Date: Tue Nov 19 12:24:42 2013
New Revision: 55
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=55&view=rev
Log:
IDP-337: Allow override of determination of which results are active for reuse
Modified:
trunk/src/main/config/conf/idp.properties
trunk/src/main/config/system/flows/authn/authn-beans.xml
Modified: trunk/src/main/config/conf/idp.properties
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/config/conf/idp.properties?rev=55&r1=54&r2=55&view=diff
==============================================================================
--- trunk/src/main/config/conf/idp.properties (original)
+++ trunk/src/main/config/conf/idp.properties Tue Nov 19 12:24:42 2013
@@ -46,6 +46,9 @@
# Support lookup by SP for SAML logout
idp.session.secondaryServiceIndex = false
+# Select implementation for step that determines what results are active
+idp.session.activeResultExtraction = net.shibboleth.idp.session.impl.ExtractActiveAuthenticationResults
+
# Regular expression expressing flows to enable
idp.authn.flows = IPAddress|JAASForm
Modified: trunk/src/main/config/system/flows/authn/authn-beans.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/config/system/flows/authn/authn-beans.xml?rev=55&r1=54&r2=55&view=diff
==============================================================================
--- trunk/src/main/config/system/flows/authn/authn-beans.xml (original)
+++ trunk/src/main/config/system/flows/authn/authn-beans.xml Tue Nov 19 12:24:42 2013
@@ -27,7 +27,7 @@
p:httpServletRequest-ref="shibboleth.HttpServletRequest"
p:sessionResolver-ref="shibboleth.SessionManager" />
- <bean id="ExtractActiveAuthenticationResults" class="net.shibboleth.idp.session.impl.ExtractActiveAuthenticationResults" scope="prototype" />
+ <bean id="ExtractActiveAuthenticationResults" class="${idp.session.activeResultExtraction}" scope="prototype" />
<bean id="FilterFlowsByForcedAuthn" class="net.shibboleth.idp.authn.impl.FilterFlowsByForcedAuthn" scope="prototype" />
More information about the commits
mailing list