Home > Configuration > Authentication > setauthenticationoauthaction_oauthmiscflags

setauthenticationoauthaction_oauthmiscflags

Use this method to set option to set/unset miscellaneous feature flags.
Available values function as follows:
* Base64Encode_Authorization_With_Padding - On setting this value, for endpoints (token and introspect), basic authorization header will be base64 encoded with padding.
* EnableJWTRequest - By enabling this field, Authorisation request to IDP will have jwt signed 'request' parameter

Syntax



Parameters

name

Name of the action to configure.
This is mandatory parameter.

oauthmiscflags

Option to set/unset miscellaneous feature flags. Available values function as follows: * Base64Encode_Authorization_With_Padding - On setting this value, for endpoints (token and introspect), basic authorization header will be base64 encoded with padding. * EnableJWTRequest - By enabling this field, Authorisation request to IDP will have jwt signed 'request' parameter
Possible Values : Base64Encode_Authorization_With_Padding, EnableJWTRequest.

Return Value

Returns simpleResult

See Also