From edcb7fb2529218b352deafd1f58ff09cd7770656 Mon Sep 17 00:00:00 2001 From: Jason Fischer Date: Sat, 1 Oct 2022 14:19:27 -0700 Subject: [PATCH] Add Authentik widget details --- Service-Widgets.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Service-Widgets.md b/Service-Widgets.md index e9142a5..0fed683 100644 --- a/Service-Widgets.md +++ b/Service-Widgets.md @@ -290,6 +290,24 @@ widget: ``` +## Authentik + +This widget reads the number of active Users in the system, as well as logins for the last 24 hours. You will need to generate an API token for an existing user. To do so follow these steps: + +1. Navigate to the Authentik Admin Portal +2. Expand Directory, the click Tokens & App passwords +3. Click the Create button +4. Fill out the dialog making sure to set Intent to API Token +5. Click the Create button on the dialog +6. Click the copy button on the far right of the newly created API Token + +```yaml +widget: + type: authentik + url: http://authentik.host.or.ip:22070 + key: api_token +``` + # System Utilities & Services System specific utilities and tools like message queues, databases, etc.