Otoroshi challenge token
cp:otoroshi.next.plugins.OtoroshiChallenge
This plugin adds a jwt challenge token to the request to a backend and expects a response with a matching token
categories:
- Security
- Classic
default configuration:
{
"version" : "V2",
"ttl" : 30,
"request_header_name" : null,
"response_header_name" : null,
"algo_to_backend" : {
"type" : "HSAlgoSettings",
"size" : 512,
"secret" : "secret",
"base64" : false
},
"algo_from_backend" : {
"type" : "HSAlgoSettings",
"size" : 512,
"secret" : "secret",
"base64" : false
},
"state_resp_leeway" : 10
}