-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stuck at "Logging in..." using Authentik with web client, was working correctly previously. #204
Comments
I see the same for Jellyfin version 10.9.9, Plugin version 3.5.2.4. Logs
|
@OmniBlade Can you please upload the Jellyfin logs? |
This is the log from my instance for an SSO attempt:
|
You two have different issues. @OmniBlade your issue is caused by Jellyfin's username sanitization. Because you are using the I have been thinking about how to best "normalize" the usernames to prevent this kind of issue (#199). There are two approaches to this: first is to strip out all special characters, but that would cause collisions (ie two different SSO users, one named What do you think I should do? |
I'm going to mark this as a duplicate of #199, we can continue the conversation there. |
@mpedziwiatr02 can you open a new issue/discussion post, as your issue is likely not related. |
@9p4 nevermind, I fixed it by removing the affected item in CanonicalLinks and restarting Jellyfin (it was working for other accounts and not for mine). Now it seems fine, I'll open an issue if I encounter any more problems. |
Describe the bug
When the SSO login is used through the web app it hangs on "Logging in...". Similar to #189
Jellyfin version 10.9.8
OIDC = Authentik.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Log in correctly
Configuration
Versions (please complete the following information):
Additional context
I previously had this working, but it seems to have broken either by some inadvertent config change or due to a recent authentik update. Using web developer tools it appears there is a XHR failure on
https://jellyfin.domain.name/sso/OID/Auth/Authentik
.The text was updated successfully, but these errors were encountered: