group assignment doesn't work in authentik
So im using Authentik as a auth server and when I create a group named homarr-admins and also add it to the env variables. It just doesn't do assign it correctly.
If needed I can screenshare.
5 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?
👍
These are the logs if needed.
This is also a JWT Header Preview:
{
"iss": "https://auth.itzemoji.com/application/o/homarr/",
"sub": "d26a716b415e0a82b018dced818d45129591a978e408913afcd80e6b69840ebb",
"aud": "ex59FMz26NIaZlyqTB3SWmUq0lcQ02SaQKa4vHMc",
"exp": 1746722674,
"iat": 1746720874,
"auth_time": 1746720874,
"acr": "goauthentik.io/providers/oauth2/default",
"email": "",
"email_verified": true,
"name": "test",
"given_name": "test",
"preferred_username": "test",
"nickname": "test",
"groups": [
"homarr-admins"
]
}
finally boys.
Solution
i did it forgot to create the group in homarr 😄