You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm working on a use case where is let the user choose between OTP based sms and based email.
I created a flow containing three execution (username/pwd + sms authentication + email code form).
is there a way to add alternative option on requirement for email code form execution, (see screenshot below).
Thanks in advance.
The text was updated successfully, but these errors were encountered:
You could override "Email Code Form" and add "ALTERNATIVE" as a possible requirement, but that still would not necessarily mean that the logic of the authenticator will react as expected....
For example: the logic flow only ends with context.success(), resetFlow() or challenge and never with context.attempted() which you would expect with an ALTERNATIVE authenticator
Side note: You can not combine REQUIRED and ALTERNATIVE authenticators on the same level. You need to make a subflow with the ALTERNATIVE authenticators.
Hello,
I'm working on a use case where is let the user choose between OTP based sms and based email.
I created a flow containing three execution (username/pwd + sms authentication + email code form).
is there a way to add alternative option on requirement for email code form execution, (see screenshot below).
Thanks in advance.
The text was updated successfully, but these errors were encountered: