Cannot get SSO working with Authelia
Hi,
I am trying to get SSO working with Authelia, but I keep on getting:
I can use SSO with Paperless, so it seems that there is something wrong with my homarr config.
I am running homarr 1.24.0 as a container on a fedora server.
I have:
And then authelia has:
4 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?
You're probably missing
AUTH_OIDC_FORCE_USERINFO="true" --> from v4.39 of authelia and above
Sadly, still showing the same error:
Okay can you try the setting
userinfo_signing_algorithm: none
in your authelia configuration? Here are the docs for sso (in the example setup you find an example with authelia)Single Sign On | Homarr documentation
Homarr supports multiple authentication options, from internal userbase (credentials), to LDAP (with Active directory support), and OIDC.