PhenixID web apps authentication and SAML – Selector
This authenticator is used to present authentication options to the end user.
Prerequisites
The authenticators to choose from must be configured.
Modules Required
- auth-http
Configuration
Configuration properties:
Example configuration
HTTP Authenticators
{
"alias" : "selector",
"id" : "selector",
"name" : "AuthSelector",
"configuration" : {
"possibleAuthenticators": [
{
"id": "unpwotp"
},
{
"id": "unpw"
}
]
}
}
}