Authelia redirect link not working #221
Replies: 7 comments
-
No, the plugin needs the decrypted form of the secret. |
Beta Was this translation helpful? Give feedback.
-
Thanks I'll try that and report back. |
Beta Was this translation helpful? Give feedback.
-
I just ran into a similar issue, where the plugin would provide the |
Beta Was this translation helpful? Give feedback.
-
This usually means your reverse proxy is misconfigured. @madc |
Beta Was this translation helpful? Give feedback.
-
I was having the same problem and changed my lower case authelia to Authelia and it worked.
to
|
Beta Was this translation helpful? Give feedback.
-
Can this issue be closed? |
Beta Was this translation helpful? Give feedback.
-
I tried to combination of the above solutions and still not working. I've to add - https://jellyfin.{{ .SECRET_DOMAIN }}/sso/OID/start/authelia and https://jellyfin.{{ .SECRET_DOMAIN }}/sso/OID/p/authelia to authelia's cfg to make it works. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
The Authelia redirect link is not working. See below.
To Reproduce
Steps to reproduce the behavior:
"https://jellyfin.domain.com/sso/OID/redirect/authelia"
"https://jellyfin.domain.com/sso/OID/r/authelia"
form action="https://jellyfin.domain.com/sso/OID/start/Authelia"
/start/authelia
instead and got:Expected behavior
The "Sign in with SSO" button should lead to Authelia.
Configuration
Sorry, idk where to find the XML file. I looked in the plugins folder. I used the instructions from here, switching out
OpenID Client ID
andOID Secret
.Btw, the
OID Secret
begins with$pbkdf2-sha512$
, is that right?Versions (please complete the following information):
Additional context
Plugin was installed via repository.
From Authelia:
Beta Was this translation helpful? Give feedback.
All reactions