Any way to change mapping for group name when using entra as OIDC?
AUTH_OIDC_AUTO_LOGIN: "true"
AUTH_OIDC_SCOPE_OVERWRITE: "openid profile email"
AUTH_OIDC_GROUPS_ATTRIBUTE: "groups"
Whole auth and group assignment works perfectly, but I have to create a group in Homarr with same object ID as in entra, I would prefer to use group name.
thanks