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:
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
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 name