Support for configuring the desired Client Authentication Method for the token endpoint for the OIDC Provider

Signed-off-by: Karthik Prabhu K <karthik.prabhu.k@dell.com>
This commit is contained in:
Karthik Prabhu K
2023-06-29 22:00:57 +05:30
parent 02f9d469d0
commit c27ae5004f
5 changed files with 16 additions and 1 deletions
+1
View File
@@ -354,6 +354,7 @@ auth:
clientSecret: ${AUTH_OIDC_CLIENT_SECRET}
authorizationUrl: ${AUTH_OIDC_AUTH_URL}
tokenUrl: ${AUTH_OIDC_TOKEN_URL}
tokenEndpointAuthMethod: ${AUTH_OIDC_TOKEN_ENDPOINT_AUTH_METHOD} # default='client_secret_basic'
tokenSignedResponseAlg: ${AUTH_OIDC_TOKEN_SIGNED_RESPONSE_ALG} # default='RS256'
scope: ${AUTH_OIDC_SCOPE} # default='openid profile email'
prompt: ${AUTH_OIDC_PROMPT} # default=none (allowed values: auto, none, consent, login)