Error: issuer name does not match authority // Redirect URI Error #227
Unanswered
DesertCookie
asked this question in
Q&A
Replies: 1 comment
-
Just as I finished writing the question, I got some progress. It seems to have been the proxy that didn't correctly forward headers. Now I get a step further and get a All the Jellyfin log ever says is I added this to my NPM config, if anyone ever encounters this issue:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Having had the plugin set up successfully in the past, I now got a user complaint that the login doesn't work anymore. I suspect a Jellyfin, Jellyfin SSO, or Authentik update broke the auth flow at some point without me noticing.
Clicking the
Log in with SSO
button I added to the home screen redirects me to this address:https://stream.myurl.com/sso/OID/start/authentik?
and displaysError processing request.
There's no F12-console log in the browser.However, looking at my Docker log I get this:
Even with the security options disabled, I get this same behavior.
I have attempted to restart Jellyfin, reinstall the plugin, and restore the relevant containers from my backups. However, going back 30 days worth of backups, the error keeps happening the same way, indicating it is older than my latest kept backups.
I am running Docker in unRAID with Nginx Proxy Manager and Cloudflare (no proxying/tunneling).
This my plugin config:
Beta Was this translation helpful? Give feedback.
All reactions