jellyfin-plugin-sso
jellyfin-plugin-sso copied to clipboard
authelia redirect link is wrong
the guide states to set the redirect_uris
on Authelia as https://jellyfin.example.com/sso/OID/redirect/authelia
. However, this result in an error:
authelia The 'redirect_uri' parameter does not match any of the OAuth 2.0 Client's pre-registered 'redirect_uris'.
The correct parameter should include both:
- https://jellyfin.example.com/sso/OID/redirect/authelia
- https://jellyfin.example.com/sso/OID/r/authelia
Did you start the flow with /start/
or with /p/
?
/start/
Hm, if you use /start/
the plugin should use /redirect
. I'll take a look later today.
Maybe my comment here can help.
Maybe my comment here can help.
It helped me. But as was mentioned in the linked topic - it's problems with Networking. I did some extra research and found this post: link That solved my issue. I moved my server to a different VLAN and forgot to change trusted settings.
@cellulosa can this issue be closed?