From f245dada2c72801799922f4794fdc99008473e6e Mon Sep 17 00:00:00 2001 From: Christopher Fenner <9592452+CFenner@users.noreply.github.com> Date: Fri, 24 Jan 2025 14:42:41 +0100 Subject: [PATCH] website/integrations: Add troubleshooting part to Synology guide (#12681) * Update index.md Signed-off-by: Christopher Fenner <9592452+CFenner@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Tana M Berry Signed-off-by: Christopher Fenner <9592452+CFenner@users.noreply.github.com> * Update website/integrations/services/synology-dsm/index.md Co-authored-by: Tana M Berry Signed-off-by: Christopher Fenner <9592452+CFenner@users.noreply.github.com> --------- Signed-off-by: Christopher Fenner <9592452+CFenner@users.noreply.github.com> Co-authored-by: Tana M Berry --- website/integrations/services/synology-dsm/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/integrations/services/synology-dsm/index.md b/website/integrations/services/synology-dsm/index.md index d9b7b0a3ed..b3a1b045f4 100644 --- a/website/integrations/services/synology-dsm/index.md +++ b/website/integrations/services/synology-dsm/index.md @@ -59,6 +59,12 @@ To configure Synology DSM to utilize authentik as an OpenID Connect 1.0 Provider - Username Claim: preferred_username - Save the settings. +## Troubleshooting + +**Error `not privilege`** + +The log in process could fail with a `not privilege` error, when the SSO pop-up is blocked. Allowing pop-ups in the browser configuration resolves this (see https://github.com/authelia/authelia/discussions/6902#discussioncomment-9756400). + ## See also: [Synology DSM SSO Client Documentation](https://kb.synology.com/en-af/DSM/help/DSM/AdminCenter/file_directory_service_sso?version=7)