We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to specify path to list of teams in userinfo object in OIDC_TEAMS_CLAIM?
For example in object below i want to read groups from resource_access.service_client.roles
resource_access.service_client.roles
{ "sub": "1b9b6ded-70d0-4ce8-a19d-3991ff92e8e1", "resource_access": { "service_client": { "roles": [ "USER", "PRODUCT_A_MANAGER" ] } }, "preferred_username": "user3" }
The text was updated successfully, but these errors were encountered:
Paths are not yet supported so this needs implementation.
Sorry, something went wrong.
No branches or pull requests
Is there a way to specify path to list of teams in userinfo object in OIDC_TEAMS_CLAIM?
For example in object below i want to read groups from
resource_access.service_client.roles
The text was updated successfully, but these errors were encountered: