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:
Tana M Berry
2024-11-27 08:27:44 -06:00
committed by GitHub
parent 3996bdac33
commit d69322ac68
3 changed files with 11 additions and 13 deletions

View File

@ -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).

View File

@ -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>