Skip to content
Discussion options

You must be logged in to vote

From your roles.yml:
- provider: role

From your compose:

      KAFKA_UI_OAUTH2_CUSTOM_PARAM_TYPE: oauth
      KAFKA_UI_OAUTH2_CUSTOM_PARAM_ROLES_FIELD: roles

where did you get these from?

these are all not valid properties. they’re not in the repo and not in the docs, so kafka-ui will ignore them.

the supported oauth2 config is here: https://ui.docs.kafbat.io/configuration/authentication/for-the-ui/oauth2

also, you define SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_OIDC_CLIENT_SECRET twice in your compose. Run a linter or at least docker compose config before sending issues.

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Haarolean
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
status/invalid This doesn't seem right area/rbac Related to Role Based Access Control feature
3 participants
Converted from issue

This discussion was converted from issue #1584 on December 19, 2025 10:49.