From 4e67cdcd07396eb3c9996d8e3f456d15c835ea53 Mon Sep 17 00:00:00 2001 From: ThorTheStorm Date: Thu, 28 Mar 2024 14:55:44 +0100 Subject: [PATCH] Update authentik.md Added more information about what permissions are needed for the widget to retreive the fields it is intended to retrieve from Authentik --- docs/widgets/services/authentik.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/widgets/services/authentik.md b/docs/widgets/services/authentik.md index 3b84009fc..0950eca37 100644 --- a/docs/widgets/services/authentik.md +++ b/docs/widgets/services/authentik.md @@ -16,6 +16,12 @@ You will need to generate an API token for an existing user. To do so follow the 5. Click the Create button on the dialog 6. Click the copy button on the far right of the newly created API Token +The account you made the API-key for also need the following **Assigned global permissions** in Authentik: +* authentik Core + * User +* authentik Events + * Event + Allowed fields: `["users", "loginsLast24H", "failedLoginsLast24H"]`. ```yaml