website/docs: add diagram for terminology
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
9bb50fd556
commit
bf60b33d03
|
@ -3,6 +3,8 @@ id: terminology
|
|||
title: Terminology
|
||||
---
|
||||
|
||||
![](/img/authentik_objects.svg)
|
||||
|
||||
### Policy
|
||||
|
||||
At a base level a policy is a yes/no gate. It will either evaluate to True or False depending on the Policy Kind and settings. For example, a "Group Membership Policy" evaluates to True if the user is member of the specified Group and False if not. This can be used to conditionally apply Stages, grant/deny access to various objects, and for other custom logic.
|
||||
|
|
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 28 KiB |
Reference in New Issue