HeaderBasedAuthenticator
Authenticate based on a HTTP header
Properties
Example Configuration
{
"alias": "headerauth",
"name": "HeaderBasedAuthenticator",
"configuration": {
"successURL": "/config/",
"header": "remote_user",
"pipeID": "authPipe"
},
"id": "headerauth"
}
Click to copy