Failing to set up OIDC with Entra as Provider
hello,
Im currently trying to set up SSO via Entra login but somehow im stuck in the Log in to your account page in homarr.
Attached theres my configuration for the docker compose file and the API-rights for the app registration.
Anyone knows where im doing it wrong? 🙂
Thank you in advance



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?
Hmm weird, it should show the login button, which version are you on? I assume you are on 1.24.0 that released last friday. I'll check the code
Can you check if you see something in the logs that contains
AUTH_PROVIDER
?When i restart the container it shows the error in the screenshot. I already had the problem in the older versions though. I just didn't get to ask for help (time) 🙂

Solution
You'll need to remove the quotes on your env variable for AUTH_PROVIDERS
lmao, thank you...