ControllerInternalAuth
ControllerInternalAuth
JSON Example
{
"symmetric_jwks_keys": [
{
"alg": "string",
"key": "string",
"kid": "string",
"kty": "string"
}
]
}
array of JWSKey
symmetric_jwks_keys
Optional
Symmetric keys used for signing/validating the JWT, only allowed with profile_type CONTROLLER_INTERNAL_AUTH. Field introduced in 20.1.6. Minimum of 1 items required. Maximum of 1 items allowed. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.