OIDC - Groups attribute in userinfo - Thales/Safenet

Hello, We used Thales as identity providers. We want to map groups but it didn't work. Compose :
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- ./homarr/appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY=REDACTED
- BASE_URL=REDACTED
- AUTH_PROVIDERS=oidc,credentials
- AUTH_OIDC_ISSUER=REDACTED
- AUTH_OIDC_CLIENT_ID=REDACTED
- AUTH_OIDC_CLIENT_SECRET=REDACTED
- AUTH_OIDC_CLIENT_NAME=Thales
- AUTH_OIDC_SCOPE_OVERWRITE=openid profile email
- AUTH_OIDC_FORCE_USERINFO=true
- LOG_LEVEL=debug
ports:
- '7575:7575'
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- ./homarr/appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY=REDACTED
- BASE_URL=REDACTED
- AUTH_PROVIDERS=oidc,credentials
- AUTH_OIDC_ISSUER=REDACTED
- AUTH_OIDC_CLIENT_ID=REDACTED
- AUTH_OIDC_CLIENT_SECRET=REDACTED
- AUTH_OIDC_CLIENT_NAME=Thales
- AUTH_OIDC_SCOPE_OVERWRITE=openid profile email
- AUTH_OIDC_FORCE_USERINFO=true
- LOG_LEVEL=debug
ports:
- '7575:7575'
Homarr version : 1.13.1 Our user have 10+ groups returned in "groups". We had no user login errors in the logs. Do you have any idea how I can make this system work?
No description
1 Reply
Cakey Bot
Cakey Bot3d 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?

Did you find this page helpful?