Authentik SSO not appearing on log-in screen
I, for the life of me, can't get SSO sorted out for Authentik and Homarr. I have it set up for various other services, but Homarr is the only one that's given me trouble. Below is my docker compose for Homarr. I have followed the instructions given on the Authentik site as well as Homarr's site for setting up OIDC, but on Homarr's log in screen, I get the standard username and password prompt. Only the original account I set Homarr up with works with it.
I have gone through well over a dozendifferent help threads here, GitHub, and elsewhere, implementing any fixes that others propose, but nothing seems to fix the issue.
I could use some help! Thanks!

Solution:Jump to solution
Ok, so I asked ChatGPT, and I got about 99% of the way there. After tweaking, here are my compose and .env files for those who need something that works!
```services:
homarr:
image: ghcr.io/homarr-labs/homarr:latest...
6 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?
* Ubuntu 24.04 with docker
* Homarr version 1.17.0
* I can provide any other information if needed.
Solution
Ok, so I asked ChatGPT, and I got about 99% of the way there. After tweaking, here are my compose and .env files for those who need something that works!
Here is the .env file, redacted of course:
You should ONLY need to modify anything in the .env file for a basic config, but things like labels, volumes, ports, and networks are all fine to change. Might do a pull request for changing the Homarr documentation later.
Awesome that you were able to figure it out. We'd appreciate if you can update the docs!
Created a pull request for the documentation!