TokenHeadless
Allows for HTTP authentication based on User-Agent (web browser) data. No UI is available.
Properties
Example Configuration
{ "alias": "tokenauth", "name": "TokenHeadless", "configuration": { "successUrl": "/config/", "requiredParameter": "access_token", "pipeID": "authPipe" }, "id": "tokenauth" }
Requirements
In order for this to be found by the system this needs to be added at the module com.phenixidentity~auth-http
config": {
"v2_classes": {
"TokenAuthenticator":"com.phenixidentity.authn.http.internal.headless.TokenHeadless"
}
..........