website/docs: update procedurals for assigning roles to groups (#12198)
* update for dual-select * add new dual-select unit and tweaks * polishes --------- Co-authored-by: Tana M Berry <tana@goauthentik.com>
This commit is contained in:
@ -3,6 +3,8 @@ title: About groups
|
||||
description: Learn about groups in authentik
|
||||
---
|
||||
|
||||
For information about creating and editing groups refer to [Manage groups](./manage_groups.md).
|
||||
|
||||
## Hierarchy
|
||||
|
||||
Groups can be children of another group. Members of children groups are effective members of the parent group.
|
||||
@ -13,4 +15,4 @@ Recursion is limited to 20 levels to prevent deadlocks.
|
||||
|
||||
## Attributes
|
||||
|
||||
Attributes of groups are recursively merged, for all groups the user is a member of.
|
||||
Attributes of groups are recursively merged, for all groups the user is a member of. For more information, see [Group properties and attributes](./group_ref.md).
|
||||
|
@ -29,7 +29,7 @@ To edit the group's name, parent group, whether or not the group is for superuse
|
||||
|
||||
To [add or remove users](../user/user_basic_operations.md#add-a-user-to-a-group) from the group, or to manage permissions assigned to the group, click on the name of the group to go to the group's detail page.
|
||||
|
||||
For more information about permissions, refer to ["Assign or remove permissions for a specific group"](../access-control/manage_permissions.md#assign-or-remove-permissions-on-a-specific-group).
|
||||
For more information about permissions, refer to [Assign or remove permissions for a specific group](../access-control/manage_permissions.md#assign-or-remove-permissions-on-a-specific-group).
|
||||
|
||||
## Delete a group
|
||||
|
||||
@ -41,7 +41,7 @@ To delete a group, follow these steps:
|
||||
|
||||
## Assign a role to a group
|
||||
|
||||
You can assign a role to a group, and then all users in the group inherit the permissions assigned to that role. For instructions and more information, see ["Assign a role to a group"](../roles/manage_roles.md#assign-a-role-to-a-group).
|
||||
You can assign a role to a group, and then all users in the group inherit the permissions assigned to that role. For instructions and more information, see [Assign a role to a group](../roles/manage_roles.md#assign-a-role-to-a-group).
|
||||
|
||||
## Delegating group member management <span class="badge badge--version">authentik 2024.4+</span>
|
||||
|
||||
|
Reference in New Issue
Block a user