this post was submitted on 27 Jun 2026
242 points (98.0% liked)
Technology
87649 readers
3614 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
There are plugins for SSO.
There are 3rd party plugins for OIDC and I think LDAP is even first party.
The issue comes when intercepting the signin-progress with 1st party clients. Jellyfin (to my knowledge) doesnt support redirects/callbacks like a homeassistant companion app does.
And how many media servers are there? The 2 other major offerings (Plex and Emby) don't support OIDC either.
Plex does it's own sauce and Emby doesnt support it. Authentik has a guide to implement it via LDAP.
And Jellyfin has a tech-debt history being forked from emby. Stark contrast to newly developed projects which were started when SSO and OIDC wasbstarting to become popular.
Yeah, natively Jellyfin supports LDAP (1st party plug-in anyway), which means I can use my personal IdP to centrally manage accounts and it works across all their apps I've tried (as oppose to the OIDC plugin which seems to still break their apps).
Forgot that LDAP is sort of first party.
Does the jellyfin app support the ldap auth?
Yep, as far as I'm aware, it's the only way to use a separate IdP with the official apps.
Very neat!
Sadly I suspect that if I'd access it through authelia (and other reverse proxies) that the redirect will break the accessibility.
I haven't had any issues with it being behind NginX, but I have heard about people having issues (I'm just lucky I guess).
I configured authelia to intercept any request by prompting for 2FA login and totp-codes.
No login no entry (except for my two uptime pages)