Add Authentik SSO integration for Jellyfin #239
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/jellyfin-authentik-sso"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
jellyfin-client-secretthrough ExternalSecret and Authentik worker deploymentadminsgroup maps to Jellyfin administrator roleDeployment and Testing
authentikapp on branch — verify provider + application appear in Authentik adminmise run provision-indri -- --tags jellyfin --check --diff(dry run)mise run provision-indri -- --tags jellyfin(deploy plugin + config)https://jellyfin.ops.eblu.me/sso/OID/start/authentikeblumeaccount auto-links viapreferred_usernamematch🤖 Generated with Claude Code
@ -23,1 +23,4 @@jellyfin_log_dir: "{{ ansible_env.HOME }}/Library/Logs"# SSO plugin configurationjellyfin_sso_plugin_version: "4.0.0.3"please check this is the most recent version
Confirmed: v4.0.0.3 is the latest release, targeting Jellyfin 10.11. Indri is running 10.11.6, so it's the correct version.