core: add flag to globally disable impersonation

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2022-04-17 16:52:55 +02:00
parent 70794d79dd
commit 778065f468
8 changed files with 66 additions and 21 deletions

View File

@ -188,6 +188,14 @@ Requires authentik 2022.4.1
Configure the length of generated tokens. Defaults to 128.
### AUTHENTIK_IMPERSONATION
:::info
Requires authentik 2022.4.2
:::
Globally enable/disable impersonation. Defaults to `true`.
### AUTHENTIK_FOOTER_LINKS
:::info