Skip to content

Installation

Kolin edited this page Jun 13, 2026 · 1 revision

Installation

From the Plugin Repository (Recommended)

  1. Open Jellyfin and go to Administration → Plugins → Repositories.
  2. Click Add and enter the following URL:
    https://raw.githubusercontent.com/K0lin/jellyfin-plugin-sso/manifest-release/manifest.json
    
  3. Go to Administration → Plugins → Catalog.
  4. Find SSO Authentication and click Install.
  5. Restart Jellyfin when prompted.

Manual Installation

  1. Download the latest release ZIP from the Releases page.
  2. Extract the ZIP. It contains:
    • SSO-Auth.dll
    • Duende.IdentityModel.OidcClient.dll
    • Duende.IdentityModel.dll
  3. Create the directory <jellyfin-config>/plugins/SSO-Auth/ if it does not exist.
  4. Copy all three DLL files into that directory.
  5. 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

Nightly builds are available as version 0.0.0.9000 on the Releases page. They may contain breaking changes.

Verifying the Installation

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.

Next Steps

Clone this wiki locally