OIDC connector support with private_key_jwt auth method #2140
Unanswered
michalvanco
asked this question in
Q&A
Replies: 1 comment
-
|
Unfortunately, Dex only supports two other authentication methods - client_secret_basic and client_secret_post. It is not a simple task to add the new authentication option to the current connector config, but we can open a feature request for it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys!
Is there a possibility to integrate a connector in dex which uses the
private_key_jwtauthentication method?Current version and documentation seems to cover only the options with client secret authentication and we would like to integrate with a provider which allows only the PKCE approach and has:
Thank you in advance for any hints.
Beta Was this translation helpful? Give feedback.
All reactions