ConnectionServerJWTSpec
ConnectionServerJWTSpec
Settings related to Connection Server JWT authentication
JSON Example
{
"jwt_authenticator_ids": [
"42e47f15-aad0-221a-b231-ea4a3a134ec9",
"d0325b13-2bf1-4fa4-b027-e780004f2d1e"
],
"jwt_support": "DISABLED"
}
array of string
jwt_authenticator_ids
Optional
List of JWT authenticators to be configured for this Connection Server.
string
jwt_support
Optional
JWT support option. Possible values are "DISABLED", "MULTI_ENABLED", "MULTI_REQUIRED". If not present,default is "DISABLED".
- DISABLED: Indicates that the JWT support is disabled.
- MULTI_ENABLED: Indicates that the JWT multi-auth support is enabled.
- MULTI_REQUIRED: Indicates that the JWT multi-auth support is mandatory.
Possible values are : DISABLED, MULTI_ENABLED, MULTI_REQUIRED,