-
Lychee versionv7.5.3 Did you check the latest Lychee version?Yes, I did Which PHP version are you using?PHP 8.5 Detailed description of the problemI have configured Lychee .env file with the following: And Authelia as follows: But when trying to use Authelia as a login method, I get the below error in my Authelia logs: I suspect there is something wrong with the AUTHELIA_REDIRECT_URI, as I have messed with other settings which create other errors, e.g. changing token_endpoint_auth_method to 'client_secret_basic'. Would really appreciate anyone's help! Steps to reproduce the issue
Diagnostics [REQUIRED]Browser & System [REQUIRED]Brave Browser, Arch Linux Please confirm (incomplete submissions will not be addressed)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I tried once again registering Lychee with Authelia and, to my surprise, it worked! I think it may be because I had only been restarting the Lychee docker container upon all of my changes, which was causing the environment variables to persist despite changing the .env file. Something still seems odd however, as I have now rebuilt the container, and I can't disable basic auth. Minor complaint though, as I've been able to fix the OAuth config. Maybe after a couple more weeks, basic auth will also be magically disabled! |
Beta Was this translation helpful? Give feedback.
I tried once again registering Lychee with Authelia and, to my surprise, it worked! I think it may be because I had only been restarting the Lychee docker container upon all of my changes, which was causing the environment variables to persist despite changing the .env file. Something still seems odd however, as I have now rebuilt the container, and I can't disable basic auth. Minor complaint though, as I've been able to fix the OAuth config. Maybe after a couple more weeks, basic auth will also be magically disabled!