website/docs: add procedurals to flow inspector docs (#9556)
* clarify access process * add image * link to permissions and explain query parm * typos * changed image * edits --------- Co-authored-by: Tana M Berry <tana@goauthentik.com>
This commit is contained in:
@ -3,7 +3,7 @@ title: "Manage permissions"
|
||||
description: "Learn how to use global and object permissions in authentik."
|
||||
---
|
||||
|
||||
Refer to the following topics for instructions to view and manage permissions.
|
||||
Refer to the following topics for instructions to view and manage permissions. To learn more about the concepts and fundamanetals of authentik permissions, refer to [About Permissions](../access-control/permissions.md).
|
||||
|
||||
## View permissions
|
||||
|
||||
|
@ -6,9 +6,11 @@ description: "Learn about global and object permissions in authentik."
|
||||
Permissions are the central components in all access control systems, the lowest-level components, the controlling pieces of access data. Permissions are assigned to (or removed from!) to define exactly WHO can do WHAT to WHICH part of the overall software system.
|
||||
|
||||
:::info
|
||||
Note that global and object permissions only apply to objects within authentik, and not to who can access certain applications (which are access-controlled using [policies](../../policies/index.md).
|
||||
Note that global and object permissions only apply to objects within authentik, and not to who can access certain applications (which are access-controlled using [policies](../../policies/index.md)).
|
||||
:::
|
||||
|
||||
For instructions to add, remove, and manage permissions, refer to [Manage Permissions](../access-control/manage_permissions.md).
|
||||
|
||||
## Fundamentals of authentik permissions
|
||||
|
||||
There are two main types of permissions in authentik:
|
||||
|
Reference in New Issue
Block a user