LbJwtAuthAction
LbJwtAuthAction
This action is used to control access to backend server resources using JSON Web Token(JWT) authentication. The JWT authentication is done before any HTTP manipulation if the HTTP request matches the given condition in LbRule. Any verification failed, the HTTP process will be terminated, and HTTP response with 401 status code and WWW-Authentication header will be returned to client.
AllOf
JSON Example
{
"type": "string",
"key": {
"type": "string"
},
"pass_jwt_to_pool": false,
"realm": "string",
"tokens": [
"string"
]
}