-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Kolin edited this page Jun 13, 2026
·
1 revision
- Open Jellyfin and go to Administration → Plugins → Repositories.
- Click Add and enter the following URL:
https://raw.githubusercontent.com/K0lin/jellyfin-plugin-sso/manifest-release/manifest.json - Go to Administration → Plugins → Catalog.
- Find SSO Authentication and click Install.
- Restart Jellyfin when prompted.
- Download the latest release ZIP from the Releases page.
- Extract the ZIP. It contains:
SSO-Auth.dllDuende.IdentityModel.OidcClient.dllDuende.IdentityModel.dll
- Create the directory
<jellyfin-config>/plugins/SSO-Auth/if it does not exist. - Copy all three DLL files into that directory.
- Restart Jellyfin.
The exact path to
<jellyfin-config>depends on your installation method. Common locations:
- Docker:
/config/plugins/SSO-Auth/- Linux:
/var/lib/jellyfin/plugins/SSO-Auth/- Windows:
%APPDATA%\Jellyfin\plugins\SSO-Auth\
Nightly builds are available as version 0.0.0.9000 on the Releases page. They may contain breaking changes.
After restarting Jellyfin, go to Administration → Plugins. You should see SSO Authentication listed with status Active.
To access the configuration page, go to Administration → Plugins → SSO Authentication → Settings.
Getting Started
Configuration
Providers
Reference
Development