Adding a Group to Keycloak
Describes how to add a Keycloak user group.
By default, the Keycloak software provided with release 7.5.0 and later is preconfigured
with only one user group (the
fabric-manager group
). To add a new
group:- Sign in to the Keycloak administration console as described in Accessing the Keycloak Administration Console. The master realm information is displayed:
- In the left navigation pane, click Groups.
- Click Create a group.
- Specify a name for the group, and click Create. The Groups page is displayed showing the new group. Click the link for the new group.
- Click the Attributes tab.
- In the Key field, type
gidNumber
, then specify agidNumber
value, such as12345
, in the Value field. - Click Save.
- In the left navigation pane, click Users.
- From the list of users, click a user that you want to add to the new group.
- Click Join Group.
- Click the name of the group to which you want to add the user, and click Join.