Azure SSO Question
Hi, I followed the azure SSO example from here. I cannot find how to pass groups into homarr. I also tried to put in AUTH_OIDC_ADMIN_GROUP, but it is not giving the user the access.
I've also added the optional claims from groups in token configuration. If somebody can provide some direction, that would be great.
Docker env part:

Solution:Jump to solution
as you are using the
groups
groups attribute you'll need to specify the group ids (as those are send in this groups attribute) You can also create roles for your app registration and use those with actual names (and the groups attribute roles
). Currently there is no option for display name6 Replies
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?
You'll simply need to create groups with the same name within homarr ,then they are mapped automatically
I did. I am using the group name, instead of object_id. or if i need to create a group with the group_id ?
Solution
as you are using the
groups
groups attribute you'll need to specify the group ids (as those are send in this groups attribute) You can also create roles for your app registration and use those with actual names (and the groups attribute roles
). Currently there is no option for display nameSounds good. Thanks! I will just use groups ids
hey guys, i think i'm stuck right here on this step. i'm able to log in with SSO but my groups aren't working, and i've tried creating a group in homarr with both the group ID and the group name from azure, but neither seem to be working. otherwise i've followed along with these notes and the docs online.