You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Assign appropriate roles (such as `realm-admin`) to the user you want to promote.
23
+
- Log in to Keycloak as an admin.
24
+
- Navigate to the OpenCloud realm
25
+
- Assign appropriate roles (such as `manage-user` and `view-users`) to the user you want to promote.
27
26
28
-
> Example: A user named `dennis` is assigned as a Realm Admin.
27
+
Example: A user named `dennis` is assigned as a Realm Admin.
28
+
29
+
<img src={require(".././img/keycloak/add-user/set-admin-roles.png").default} alt="Add admin roles to user" width="1920"/>
29
30
30
31
Once assigned, the user can log in as a Realm Administrator and access user and group management.
31
32
32
-
## Step 2: Add New Users or Groups
33
+
## Add New User with standard rights (no Space)
33
34
34
35
With admin permissions, you can now create users and groups:
35
36
36
-
- Navigate to the Users section in the Keycloak Admin Console.
37
-
- Click Add User.
38
-
- Fill in the required user details (e.g., username, email).
39
-
- Optionally assign the user to one or more groups.
40
-
- Assign roles to define their access level.
37
+
- Login in Keycloak with the user who has admin rights
41
38
42
-
### Recommended Role: `OpenCloudGuest`
39
+
- Navigate to the "Users" section in the Keycloak Admin Console
43
40
44
-
Assigning the `OpenCloudGuest` role ensures that the user does not receive a personal space in OpenCloud. This setup is ideal for guest or lightweight accounts.
0 commit comments