HttpBasicAuthValve
Valve for extracting username and password from an Authorization header in basic format.
Header value must be in request parameter 'Authorization'.
If Authorization request parameter is missing, empty or does not contain a basic auth authorization string, the flow will fail ("Unauthorized").
Properties
Example Configuration
{
"name": "HttpBasicAuthValve",
"enabled": "true",
"config": {
"username_dest": "uid",
"password_dest": "pwd"
}
}