Invalid redirect URI with Authentik SSO #254
Replies: 4 comments 11 replies
-
Hello I get the same issue with Jellyfin update. |
Beta Was this translation helpful? Give feedback.
-
I use Pocket ID, I only set it up after 10.10.7 was released, so it never worked for me, but I also get an "invalid callback" error, see here: #253 |
Beta Was this translation helpful? Give feedback.
-
I just ran into this today, and it's most likely that the plugin was returning an |
Beta Was this translation helpful? Give feedback.
-
Hi, I have Authentik 2025.6 and Jellyfin 10.10.7, both behind traefik 3.4.1 I'm hitting this error: the authentik logs where showing a http redirect uri, now with @thedeadparrot's hint it is showing a https redirect uri, but the error persists even if the provider has the very same redirect uri set. Is there something I can try to properly debug/solve? Thank you very much |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Jellyfin 10.10.7 runs in a container (as does Authentik) on the same host and network. Both accessible via Traefik reverse proxy on their public URL.
When trying to login by clicking the 'SSO Button' as created in the Branding section the following error is displayed by Authentik:
The Jellyfin log shows only:
The Authentik server log shows:
The Jellyfin plugin is configured for Authentik with the ClientID and ClientSecret copied from Authentik, the SSO button is specified as:
In Authentik the application is created with start URL
https://media.example.com/sso/OID/start/authentik
. The provider is configured with redirect URIhttps://media.example.com/sso/OID/redirect/authentik
.What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions