9p4 / jellyfin-plugin-sso

This plugin allows users to sign in through an SSO provider (such as Google, Microsoft, or your own provider). This enables one-click signin.
GNU General Public License v3.0
523 stars 25 forks source link

authelia redirect link is wrong #179

Open cellulosa opened 2 months ago

cellulosa commented 2 months ago

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:

9p4 commented 2 months ago

Did you start the flow with /start/ or with /p/?

cellulosa commented 2 months ago

/start/

9p4 commented 2 months ago

Hm, if you use /start/ the plugin should use /redirect. I'll take a look later today.

madc commented 1 month ago

Maybe my comment here can help.

AndreyShpilevoy commented 3 weeks ago

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.