kafka-ui
kafka-ui copied to clipboard
Need support Json-path for mapping user roles with OAUTH to non root field of Keycloak token
Issue submitter TODO list
- [x] I've searched for an already existing issues here
- [x] I'm running a supported version of the application which is listed here and the feature is not present there
Is your proposal related to a problem?
No response
Describe the feature you're interested in
We need support Json-path for mapping user roles with OAUTH to non root field of Keycloak token. Our token example: ... "kafka-example01":{ "roles":[ "kafka-ui-admin" ] }, "kafka-example02":{ "roles":[ "kafka-ui-developer" ] }, ... where "kafka-example01" & "kafka-example02" are the Keycloak-clients names for Kafka-UI instances in a shared Keycloak realm form many clients.
Describe alternatives you've considered
No response
Version you're running
Release 1.3
Additional context
As far as I know, this functionality is not currently implemented ( https://discord.com/channels/897805035122077716/1376474460357529651/1422163985117216901 )