-
|
My OIDC provider requires specifying groups (kanidm). How do I correctly specify the HBOX_OIDC_SCOPE variable in docker-compose? Even default scopes in compose I have an error (domain has been hidden): For some reason, openid and email are enclosed in quotation marks. Homebox version: v0.22.3 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I found the answer in one of the closed issues. environment:
- HBOX_OIDC_ALLOWED_GROUPS=homebox_users@idm.kanidm.com
- HBOX_OIDC_SCOPE=openid profile email groupsAnd the user for kanidm must contain the domain (see the output of “kanidm person list”) |
Beta Was this translation helpful? Give feedback.
I found the answer in one of the closed issues.
The string does not need quotation marks and must contain spaces.
And the user for kanidm must contain the domain (see the output of “kanidm person list”)
memberof: homebox_users@idm.kanidm.com.