Skip to content

Installation

iderex edited this page Jul 11, 2026 · 5 revisions

Installation

A packaged release installable from a plugin repository will follow once the security-hardening pass reaches its first milestone. For now, build from source.

Build from source

Requirements: the .NET 9 SDK; the plugin targets Jellyfin 10.11.

git clone https://github.com/iderex/jellyfin-plugin-sso
cd jellyfin-plugin-sso
dotnet publish -c Release

Copy the full publish output (SSO-Auth.dll and every dependency DLL beside it — the OpenID client, the embedded library, and the other referenced assemblies) into your Jellyfin plugins directory:

<jellyfin-config>/plugins/sso/

Restart Jellyfin. Copying only a subset of the DLLs can leave Jellyfin unable to load the plugin. JPRM packages the correct set for you if you prefer a single artifact.

Configure

Open Dashboard → Plugins → SSO-Auth and add your provider(s); see providers.md for per-identity-provider setup.

Clone this wiki locally