AuthSelector
Used when wanting to present a list of authentications options to a user. For instance user can choose authentication using user name, password & OTP or username & One Touch.
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
<p>{
	"alias": "selector",
	"name": "AuthSelector",
	"configuration": {
		"possibleAuthenticators": [{
				"id": "<id of authenticator>"
			},
			{
				"id": "<id of authenticator>"
			}
		]
	},
	"id": "<unique_id>"
}</unique_id></id></id></p>
    
      
      
        Click to copy
      
    
	
  Older versions