Skip to content

Unable to map Keycloak Group to Admin in Yaade #235

@rafaelarcanjo

Description

@rafaelarcanjo

Hi!

I searched but only found information about the default group.
I couldn't find any reference to the groupsFilter value in the documentation.

My configuration is as follows:

{
    "providers": [{
        "id": "keycloak-provider",
        "label": "Login with Keycloak",
        "provider": "keycloak",
        "params": {
            "clientId": "yaade-openid",
            "clientSecret": "XXX",
            "callbackUrl": "http://localhost:9339/callback-keycloak",
            "authorizeUrl": "https://XXX/realms/master/protocol/openid-connect/auth",
            "tokenUrl": "https://XXX/realms/master/protocol/openid-connect/token",
            "site": "https://XXX/realms/master",
            "fields": {
                "username": "/preferred_username",
                "groups": "/groups",
                "defaultGroups": ["users"]
            },
            "scopes": ["openid", "email", "profile"]
        }
    }]
}

I need to map the Admin group from Keycloak to admin in Yaade.

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions