website/docs: add group hierarchy docs

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-11-11 16:15:40 +01:00
parent 9ae69866bd
commit 84e126a32c
3 changed files with 17 additions and 2 deletions

View File

@ -0,0 +1,13 @@
---
title: Group
---
## Hierarchy
Groups can be children of another group. Members of children groups are effective members of the parent group.
When you bind a group to an application or flow, any members of any child group of the selected group will have access.
## Attributes
Attributes of groups are recursively merged, for all groups the user is a *direct* member of.

View File

@ -26,10 +26,11 @@ See [Troubleshooting access problems](../troubleshooting/access.md), when set, t
This field is only used by the Proxy Provider.
:::
Some applications can be configured to create new users using header information forwarded from Authentik. You can forward additional header information by adding each header
Some applications can be configured to create new users using header information forwarded from Authentik. You can forward additional header information by adding each header
underneath `additionalHeaders`:
#### Example:
```
additionalHeaders:
REMOTE-USER: joe.smith

View File

@ -12,7 +12,8 @@ module.exports = {
type: "category",
label: "Users & Groups",
items: [
"user-group/user"
"user-group/user",
"user-group/group",
]
},
{