JWTValidationVsConfig
{
"audience": "string",
"jwt_location": "string",
"jwt_name": "string",
"protected_resource": "string",
"protected_resource_name": "string"
}
Uniquely identifies a resource server. This is used to validate against the aud claim. Field introduced in 20.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
Defines where to look for JWT in the request. Enum options - JWT_LOCATION_AUTHORIZATION_HEADER, JWT_LOCATION_QUERY_PARAM. Field introduced in 20.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
Name by which the JWT can be identified if the token is sent as a query param in the request url. Field introduced in 20.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
The protected resource identifier. This is a URL that uniquely identifies the protected resource. Typically the base URL of the API/service. Field introduced in 32.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
Human-readable name of the protected resource. Field introduced in 32.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.