Alpine icon indicating copy to clipboard operation
Alpine copied to clipboard

Question: How to specify path in OIDC_TEAMS_CLAIM?

Open zapililirad opened this issue 5 months ago • 1 comments

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"
}

zapililirad avatar Sep 19 '24 12:09 zapililirad