OAuth setup with Synology SSO #4667
Replies: 3 comments
-
|
I attempted to use the wildcard with /login* as described in the documentation, but it consistently resulted in an error. |
Beta Was this translation helpful? Give feedback.
-
|
If you have existing accounts with the same email address, logging in through Synology will access those accounts. To switch the authentication method to only OIDC, you need to update the authentication method from Mealie to OIDC in the account settings under |
Beta Was this translation helpful? Give feedback.
-
|
I had the issue of mealie not being able to resolve the Synology SSO domain since it was running in a container on the same host. Adding: extra_hosts: to the stack (docker compose yaml) resolved the issue Note:
Also use proper indentation i cant get the formatting right in a comment |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Configuration Example
Prerequisits:
On your Synology NAS System you need to have the package "SSO Server" installed and complete the general configuration according to the guide from Synology. Furtermore the OIDC Service needs to be enabled. Guide to Synology SSO Server
Settings on Synology NAS:
Settings on in your Mealie Config:
Beta Was this translation helpful? Give feedback.
All reactions