HomarrH
Homarr10mo ago
8 replies
Bhallef

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 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?
image.png
Was this page helpful?