PhenixID web apps authentication – Internal Authenticator
This authenticator is used to authenticate users against the PhenixID internal user store (USERS entity in store). This authenticator type is by default used for authentication to Configuration Manager.
Modules Required
- auth-http
Configuration
Configuration Properties:
Example configuration
The configuration must be added in the Advanced section of Configuration Manager.
HTTP Authenticators
{
"alias" : "internalauth",
"name" : "DefaultInternalAuthenticator",
"configuration" : {
"successURL" : "/config/"
},
"id" : "internalauth"
}