H
Homarr2mo ago
Pi0rre

SSO Synology

Hello, I'm looking to link the sso with my synology nas sso. So it was created on the side of the nas when I click I am well redirected on my nas I authenticate and after I am well redirected on Homarr except that it does not want me login. I have in the browser the error: ?error=Configuration Here is my configuration:
version: '3'
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
cap_add:
- SYS_ADMIN
security_opt:
- seccomp:unconfined
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ./appdata:/appdata
ports:
- '7575:7575'
environment:
AUTH_PROVIDERS: "credentials,oidc"
AUTH_OIDC_CLIENT_ID: "...."
AUTH_OIDC_CLIENT_SECRET: "...."
AUTH_OIDC_NAME_ATTRIBUTE_OVERWRITE: "pibgd.net"
AUTH_OIDC_CLIENT_NAME: "PIBGD"
AUTH_OIDC_SCOPE_OVERWRITE: "openid"
AUTH_OIDC_PROFILE_ATTRIBUTE: "username"
#AUTH_OIDC_GROUPS_ATTRIBUTE: "groups"
AUTH_OIDC_AUTO_LOGIN: "false"
AUTH_OIDC_ISSUER: "https://sso.pibgd.net/webman/sso"
BASE_URL: "portail.pibgd.net"
TZ: "Europe/Paris"
NEXTAUTH_URL: "https://portail.pibgd.net"
DEFAULT_COLOR_SCHEME: "dark"
DISABLE_ANALYTICS: "true"
SECRET_ENCRYPTION_KEY: "....."
networks:
default:
name: proxy
external: true
version: '3'
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
cap_add:
- SYS_ADMIN
security_opt:
- seccomp:unconfined
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ./appdata:/appdata
ports:
- '7575:7575'
environment:
AUTH_PROVIDERS: "credentials,oidc"
AUTH_OIDC_CLIENT_ID: "...."
AUTH_OIDC_CLIENT_SECRET: "...."
AUTH_OIDC_NAME_ATTRIBUTE_OVERWRITE: "pibgd.net"
AUTH_OIDC_CLIENT_NAME: "PIBGD"
AUTH_OIDC_SCOPE_OVERWRITE: "openid"
AUTH_OIDC_PROFILE_ATTRIBUTE: "username"
#AUTH_OIDC_GROUPS_ATTRIBUTE: "groups"
AUTH_OIDC_AUTO_LOGIN: "false"
AUTH_OIDC_ISSUER: "https://sso.pibgd.net/webman/sso"
BASE_URL: "portail.pibgd.net"
TZ: "Europe/Paris"
NEXTAUTH_URL: "https://portail.pibgd.net"
DEFAULT_COLOR_SCHEME: "dark"
DISABLE_ANALYTICS: "true"
SECRET_ENCRYPTION_KEY: "....."
networks:
default:
name: proxy
external: true
4 Replies
Cakey Bot
Cakey Bot2mo ago
Thank you for submitting a support request. Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Pi0rre
Pi0rreOP2mo ago
Here are the logs returned in docker : https://pastebin.com/XPu0EZat
Pastebin
homarr | 2025-02-15T12:08:50.442Z error: I: Read more at https:/...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Meierschlumpf
Meierschlumpf2mo ago
Shouldn't the AUTH_OIDC_NAME_ATTRIBUTE_OVERWRITE be username?
Pi0rre
Pi0rreOP2mo ago
Ah maybe I'll try 😅 Ah, strangely enough, with what you've given me, it works straight away. Thank you very much for your help and responsiveness

Did you find this page helpful?