Merge pull request #759 from stianst/master
KEYCLOAK-744 Document view-event and manage-event roles
This commit is contained in:
commit
101c7697fd
2 changed files with 12 additions and 0 deletions
|
@ -50,6 +50,9 @@
|
|||
<listitem>
|
||||
<literal>view-clients</literal> - View clients in the realm
|
||||
</listitem>
|
||||
<listitem>
|
||||
<literal>view-events</literal> - View events in the realm
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<literal>manage-realm</literal> - Modify the realm configuration (and delete the realm)
|
||||
|
@ -63,6 +66,9 @@
|
|||
<listitem>
|
||||
<literal>manage-clients</literal> - Create, modify and delete clients in the realm
|
||||
</listitem>
|
||||
<listitem>
|
||||
<literal>manage-events</literal> - Enable/disable events, clear logged events and manage event listeners
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
Manage roles includes permissions to view (for example a user with manage-realm role can also view the realm configuration).
|
||||
</para>
|
||||
|
|
|
@ -34,6 +34,9 @@
|
|||
<listitem>
|
||||
<literal>view-clients</literal> - View clients in the realm
|
||||
</listitem>
|
||||
<listitem>
|
||||
<literal>view-events</literal> - View events in the realm
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<literal>manage-realm</literal> - Modify the realm configuration (and delete the realm)
|
||||
|
@ -47,6 +50,9 @@
|
|||
<listitem>
|
||||
<literal>manage-clients</literal> - Create, modify and delete clients in the realm
|
||||
</listitem>
|
||||
<listitem>
|
||||
<literal>manage-events</literal> - Enable/disable events, clear logged events and manage event listeners
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
Manage roles includes permissions to view (for example a user with manage-realm role can also view the realm configuration).
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue