I'm trying to assign a keycloak group to an user based on their ldap group.
For example, i have groups in keycloak that are specific to my application
say app-admin and app-user (these groups i just used to aggregate roles).
In ldap the users are part of groups like developers and managers. Now i'm
trying to support a mapping a mapping between these groups, like if the
user is part of developers group then automatically add app-admin.
Any pointers to begin with?
Thanks.
Show replies by date