-
Notifications
You must be signed in to change notification settings - Fork 29
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
Integrate with Kodi Login #70
Comments
Which Kodi addon? Can you provide a link? |
I'm talking about the official kodi add on for jellyfin https://github.com/jellyfin/jellyfin-kodi |
Atm, quick connect is recommended for devices that cannot use SSO login (ie mobile apps without a web browser). This should be fixed in a later JF version (10.9 or something idk). I'll spin up Kodi and Jellyfin and see how I can get them working together |
Yep, I recommend checking out the LDAP auth plugin, as well at the setting for our plugin for setting default Auth provider. Basically, accounts that already have passwords can continue using password Auth as their primary mechanism, if you configure the plugin to let them. Where it gets slightly tricky is in the case where you create an account that doesn't already exist via SSO. If your IDP server either uses LDAP as a source of truth, or if it exposes an LDAP interface ( Authentik does this ), then accounts that you create via the SSO plugin can be automatically configured to use the LDAP server for password auth. From the point of view of basically any interface that uses password Auth, LDAP backed password Auth is identical to normal Auth. @9p4 I reckon this question/use case is common enough to deserve a proper doc/FAQ write up, WDYT? Also, when it comes to provisioning new accounts, I wonder if there's some way to nudge users to set their password in jellyfin? |
Hi,
I have a Jellyfin server for years and now looking to integrate it better with all my services so I'm looking to get SSO for everything. This plugin looks really cool and I'm looking forward integrating it with Authentik or Keycloak. But my problem is that I am still using the Kodi addon on some devices, even if most of my users use web.
Is there a way to get SSO and Kodi login working together ? Is there a way to still have a password that I can input in the addon ? Is there a way to have like an "app password" on Microsoft Accounts, to connect on apps that don't have a browser ?
Thanks in advance for any answer,
Have a great day
The text was updated successfully, but these errors were encountered: