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
6 Replies
Cakey Bot
Cakey Bot5w 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?
Bhallef
BhallefOP2w ago
up?
Manicraft1001
Manicraft10012w ago
Is the group object flat? Did you create the appropriate group in Homarr?
Bhallef
BhallefOP5d ago
Yes I did I have the same name on both side
Manicraft1001
Manicraft10015d ago
@Meierschlumpf can you take a look?
Meierschlumpf
Meierschlumpf3d ago
Sorry I was sick and just got back Does your userinfo endpoint return the groups? Is the casing of the groups in Homarr and Thales the same? How do you logs look like? Do they have any Homarr does not have the user in certain groups. as part of it?

Did you find this page helpful?