Using the Selection Authenticator plugin, the end-user may choose the type of 2nd factor among multiple options.
Only methods available to the user are offered and if the user has only one credential, the choice may be skipped (configurable).
Technical details
- ●The user-choice.jsp is used to display the page with the selectable authenticators.
- ●Don't forget to add the resulting keys to your custom translations in:
- ●Only authenticators that implement the CredentialCheckAuthenticator interface can be used in the Selection Authenticator
instances/common/loginapp-texts or instances/<instance>/loginapp-texts .
In this example, the required keys would be:
userchoicepage.option.oathotp, userchoicepage.option.mtan
and
userchoicepage.option.securid .