Skip to content
New issue

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

Question: How to specify path in OIDC_TEAMS_CLAIM? #666

Open
zapililirad opened this issue Sep 19, 2024 · 1 comment
Open

Question: How to specify path in OIDC_TEAMS_CLAIM? #666

zapililirad opened this issue Sep 19, 2024 · 1 comment

Comments

@zapililirad
Copy link

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

{
    "sub": "1b9b6ded-70d0-4ce8-a19d-3991ff92e8e1",
    "resource_access": {
        "service_client": {
            "roles": [
                "USER",
                "PRODUCT_A_MANAGER"
            ]
        }
    },
    "preferred_username": "user3"
}
@nscuro
Copy link
Collaborator

nscuro commented Oct 1, 2024

Paths are not yet supported so this needs implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants