AgnosticAuthSelector
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
Possible authenticator configuration
Configuring the possible authenticator option has a complex structure . Example is a carve out of how one entry is configured and description of the keys and values.
Example Configuration
{
"alias": "selector",
"name": "AgnosticAuthSelector",
"configuration": {
"possibleAuthenticators": [{
"id": "<id or alias of authenticator>",
"sortorder":"1",
"image" : "/authenticate/res/images/icons/phenixid-ot.png"
},
{
"id": "<id or alias of authenticator>",
"sortorder":"2"
}
]
},
"id": "<unique_id>"
}</unique_id></id></id>
Click to copy