Describe the bug
When using SSO with Windows desktop application, a browser window pops up and the SSO login occurs normally (meaning the SSO provider page appears, then redirects back to jellyfin web interface).
But the desktop application remains on the login page.
To Reproduce
Configure SSO to work with jellyfin web interface (eg. for use with firefox), assert that it is working;
then open the windows desktop application and try to use SSO for login.
Expected behavior
Using SSO in the desktop application should allow the user to log in the application.
Versions (please complete the following information):
OS: Linux (server), Windows (browser and desktop application)
Browser: firefox, edge
Desktop app: v1.11.1
Jellyfin Version: 10.9.7
Plugin Version: 3.5.2.0
Additional context
The SSO is provided by Authentik with OIDC.
For SSO login, I added a button "Log in with SSO" as described in readme.md; the button appears both on the webpage login and on the desktop application login page.
Manually login (ie with password) works on both the desktop application and the webpage.
SSO login only works on the webpage.
This is expected. The plugin only supports the web app. It was only a fluke that it worked on the desktop/Android apps at all. Please use quick connect instead.
Describe the bug When using SSO with Windows desktop application, a browser window pops up and the SSO login occurs normally (meaning the SSO provider page appears, then redirects back to jellyfin web interface). But the desktop application remains on the login page.
To Reproduce Configure SSO to work with jellyfin web interface (eg. for use with firefox), assert that it is working; then open the windows desktop application and try to use SSO for login.
Expected behavior Using SSO in the desktop application should allow the user to log in the application.
Configuration
Versions (please complete the following information):
Additional context The SSO is provided by Authentik with OIDC.
For SSO login, I added a button "Log in with SSO" as described in readme.md; the button appears both on the webpage login and on the desktop application login page.
Manually login (ie with password) works on both the desktop application and the webpage. SSO login only works on the webpage.