Table of Contents

AgnosticAuthSelector

Note

Used when wanting to present a list of authentications options to a user.  For instance user can choose authentication using username & password, or OneTouch.

This authenticator only supports HTTP based scenarios.

Properties

Name Description Default value Mandatory
possibleAuthenticators A list of possible authenticators to choose from N/A Yes
rememberSelection Should the selection made be remebered by the system false No
sortByLatestUsed If the list should be sorted by latest used true No

Possible authenticator configuration

You simply configure the list of authenticator ids to choose from. Their appearance in terms of icon and display name is determined by which localizationKey the authenticator has in its own configuration. If no localizationKey is configured, a default is used based on the type of authenticator.

Example Configuration

{
    "alias": "selector",
    "name": "AgnosticAuthSelector",
    "configuration": {
        "possibleAuthenticators": ["<id or alias of authenticator1>","<id or alias of authenticator2>"]
    },
    "id": "<unique_id>"
}