| setauthenticationoauthaction_tokenendpointauthmethod |
Use this method to set option to select the variant of token authentication method. This method is used while exchanging code with IdP. |
Syntax |
Parameters |
name |
Name of the action to configure. This is mandatory parameter. |
tokenendpointauthmethod |
Option to select the variant of token authentication method. This method is used while exchanging code with IdP. Default value = OAUTH_CLIENT_SECRET_POST. Possible Values : client_secret_post, client_secret_jwt, private_key_jwt, client_secret_basic. |
Return Value |
Returns simpleResult |
See Also |