-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathadminModule.html
More file actions
42 lines (42 loc) · 1.83 KB
/
adminModule.html
File metadata and controls
42 lines (42 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<article class="docs-article">
<section class="docs-section" id="version">
<h1 id="admin_module">
Admin Module
</h1>
<hr>
<p>
The admin module comprises features that are accessible to users with administrative privileges. Presently, the admin
module encompasses dashboard management, role management, and user management. From the Admin module, it is possible to
create roles and manage user roles.
</p>
<br>
<h3>
Dashboard Management
</h3>
<p>
In Manage > Dashboards it is possible to assign the user groups that have access to a specific dashboard.
<img src="./assets/images/Screenshot 2024-11-28 145402.png" alt="dashboard_snapshot" class="screenshot" />
</p>
<br>
<h3>
Role Management
</h3>
<p>
In Manage > Roles new group/roles can be created by clicking "Create New Role" button.
<img src="./assets/images/Screenshot 2024-11-28 145503.png" alt="Create_role_snapshot" class="screenshot" />
</p>
<br>
<p>
The View option for each role displays all the users who are assigned with the particular role.
<img src="./assets/images/Screenshot 2024-11-28 145720.png" alt="View_role_snapshot" class="screenshot" />
</p>
<h3>
User Management
</h3>
<p>
User creation can only be done using the Keycloak admin console. Once users are created, new roles or groups can be
assigned to them from Manage > Users. Additionally, if needed, the added roles can also be removed.
<img src="./assets/images/Screenshot 2024-11-28 145848.png" alt="View_role_snapshot" class="screenshot" />
</p>
</section>
</article>