website/integrations/infrastructure/synology-dsm/index.md
Synology Inc. is a Taiwanese corporation that specializes in network-attached storage (NAS) appliances. Synology's line of NAS is known as the DiskStation for desktop models, FlashStation for all-flash models, and RackStation for rack-mount models. Synology's products are distributed worldwide and localized in several languages.
:::caution This is tested with DSM 7.1 or newer. :::
The following placeholders are used in this guide:
synology.company is the FQDN of the Synology DSM server.authentik.company is the FQDN of the authentik installation.:::info This documentation lists only the settings that you need to change from their default values. Be aware that any changes other than those explicitly mentioned in this guide could cause issues accessing your application. :::
To support the integration of Synology DSM with authentik, you need to create an application/provider pair in authentik.
Strict redirect URI to https://synology.company.To configure Synology DSM to utilize authentik as an OpenID Connect 1.0 Provider:
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).
This error can also happen when you have multiple Redirect URI entries, but only the last one is used when trying to log on from any of the URLs. For example, if using the Application portal, each service has its own URL. The DSM tries to match the right redirect URI based on the Host and HTTPS headers. This is why you should not add #/signin at the end of your redirect URIs.