[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/authn/mfa-authn-beans.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sat Aug 6 18:43:27 EDT 2016
Author: scantor
Date: Sat Aug 6 18:43:27 2016
New Revision: 8316
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8316&view=rev
Log:
IDP-962 - Login flow or framework for combining authentication factors (e.g. Duo)
https://issues.shibboleth.net/jira/browse/IDP-962
Default empty map to handle case of lookup strategy being overridden.
Modified:
trunk/idp-conf/src/main/resources/system/flows/authn/mfa-authn-beans.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/authn/mfa-authn-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/authn/mfa-authn-beans.xml?rev=8316&r1=8315&r2=8316&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/authn/mfa-authn-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/authn/mfa-authn-beans.xml Sat Aug 6 18:43:27 2016
@@ -17,6 +17,9 @@
<!-- Parent bean for transition rules. -->
<bean id="shibboleth.authn.MFA.Transition"
class="net.shibboleth.idp.authn.MultiFactorAuthenticationTransition" abstract="true" />
+
+ <!-- Default empty map. -->
+ <util:map id="shibboleth.authn.MFA.TransitionMap" />
<bean id="shibboleth.authn.MFA.TransitionMapStrategy" class="com.google.common.base.Functions"
factory-method="constant" c:_0-ref="shibboleth.authn.MFA.TransitionMap" />
More information about the commits
mailing list