Hey there. Seems you really know what you doing with Keycloak. Could you help me solve my problem? I want to Assign roles to Groups. Tried to do the way do Assing roles to a user, but changed API call. But it seems request doesn't exist.
I used this request I find in official documentation :
POST /{realm}/groups/{id}/role-mappings/realm
Added realmName ID of a group and in body I sand array of objects each contain a name of a role.
Hey there. Seems you really know what you doing with Keycloak. Could you help me solve my problem? I want to Assign roles to Groups. Tried to do the way do Assing roles to a user, but changed API call. But it seems request doesn't exist.
I used this request I find in official documentation : POST /{realm}/groups/{id}/role-mappings/realm Added realmName ID of a group and in body I sand array of objects each contain a name of a role.