PKCE / Code challenge with OAuth2 #4401
Unanswered
bhoudebert
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Take a look at this |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We are trying to use an oauth2 server to secure the access to kafka-ui but unfortunately, the authorize flow does not take into consideration doing the code_challenge part (PKCE).
Usually it ends by having somewhere in the java code
.requireProofKey(true)
but we did not find any references to that.We tried some out of blue property within the config.yml files under the oauth2 client properties without any luck.
Is there any way to enable this through the config file or env? Sadly we cannot disable PKCE at all for security reason.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions