-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
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
Labels
No labels