Skip to content

Need support Json-path for mapping user roles with OAUTH to non root field of Keycloak token #1390

@sm-shevchenko

Description

@sm-shevchenko

Issue submitter TODO list

  • I've searched for an already existing issues here
  • 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 )

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions