[java-identity-provider COMMIT] in /trunk: idp-authn-api/src/main/java/net/shibboleth/idp/authn/context/MultiFactorAu...
noreply at shibboleth.net
noreply at shibboleth.net
Tue Apr 26 17:11:25 EDT 2016
Author: scantor
Date: Tue Apr 26 17:11:25 2016
New Revision: 8218
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8218&view=rev
Log:
IDP-962 - Login flow or framework for combining authentication factors
Checkpoint some work in progress.
Added:
trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/PopulateMultiFactorAuthenticationContext.java (with props)
trunk/idp-conf/src/main/resources/conf/authn/mfa-authn-config.xml
trunk/idp-conf/src/main/resources/system/flows/authn/mfa-authn-beans.xml
trunk/idp-conf/src/main/resources/system/flows/authn/mfa-authn-flow.xml
Modified:
trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/context/MultiFactorAuthenticationContext.java
Modified: trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/context/MultiFactorAuthenticationContext.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/context/MultiFactorAuthenticationContext.java?rev=8218&r1=8217&r2=8218&view=diff
==============================================================================
--- trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/context/MultiFactorAuthenticationContext.java (original)
+++ trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/context/MultiFactorAuthenticationContext.java Tue Apr 26 17:11:25 2016
@@ -43,7 +43,7 @@
*/
public class MultiFactorAuthenticationContext extends BaseContext {
- /** Map of login "factors" (flows) and the transition rules to run after it. */
+ /** Map of login "factors" (flows) and the transition rules to run after them. */
@Nonnull @NonnullElements private Map<String,MultiFactorAuthenticationTransition> transitionMap;
/** Authentication results that are active (may be generated earlier or during current request). */
More information about the commits
mailing list