Hello,

CAS 7.3.1 overlay.  At user level, there are principal attribute indicate 
the MFA options user prefers, for instance, ["mfa-simple", "mfa-gauth"], 
this user can do both simpl-mfa and Google Authenticator.

During MFA login, I wish to implement this: if one MFA provider fails, move 
to the next MFA Provider that the user supports. For instance, "simple-mfa" 
fails because user is Unable to get OTP via SMS or Email, he can click 
"Next MFA provider" and move to "mfa-gauth".

Looking at CasSimpleMultifactorWebflowConfigurer, I do No t know how to 
tell CAS webflow that mfa-simple has failed and move to the next MFA 
Provider. 

I am using Groovy to determine which MFA provider to activate for the user:
cas.authn.mfa.triggers.principal.global-principal-attribute-predicate.location
=classpath:mfaProviderPredicate.groovy

thx,

-- 
- Website: https://apereo.github.io/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/11311671-b5fa-4d50-896c-fba69eae7fe8n%40apereo.org.

Reply via email to