mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-02 22:57:34 -05:00
LDAP and SSO Support #6368
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
On Hold: MetadataAPI Blocking
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Help Wanted
Status: In Progress
Status: Indexer - need invite
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
lidarr-pull
no-conflict
not-pulled
readarr-pull
readarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Radarr#6368
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @ashvinnihalani on GitHub (Feb 19, 2022).
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
Lack of multiuser support
Describe the solution you'd like
Support for LDAP/SSO authentication. This provided many benefits:
Describe alternatives you've considered
No real alternatives are other than using a different project. Keeping a proxy in front of the solution fails in certain use cases
Anything else?
There has been an issue opened in the past https://github.com/Radarr/Radarr/issues/2680 but it was closed due to lack of manpower. I am happy to help contribute/lead the development of this feature if it is not a high priority. .NET is not my strongest language so some pointers to where the relevant files to base off/refer to are located
AB#2609
@ta264 commented on GitHub (Feb 20, 2022):
For the record, passwords are not stored in plaintext.
@aetaric commented on GitHub (Aug 28, 2023):
With radarr 5.x requiring authentication (
8911386), it might be time to revisit this. A non-zero number of people have authentication off in radarr since auth is offloaded to something else like apache2's mod_auth_mellon for SAML and authnz_ldap for LDAP.@bakerboy448 commented on GitHub (Aug 28, 2023):
it's a non-issue and External auth is supported https://wiki.servarr.com/radarr/faq#forced-authentication
@RobinDadswell commented on GitHub (Aug 28, 2023):
We are currently investigating Plex auth and OIDC for extension of the current auth methods in the future, although there are some kinks to work out.
@Robin-Sch commented on GitHub (Jan 12, 2024):
Is there any update for this?
@RobinDadswell commented on GitHub (Jan 12, 2024):
Currently no update on this, have been having some issues with OIDC in the limited testing that's been done and trying to work through those kinks before we make this more widely available
@digitaljdr commented on GitHub (Jul 4, 2024):
Any update on OIDC? :) just stood up authentik and want to sso all the apps
@bakerboy448 commented on GitHub (Jul 4, 2024):
When there is an update there will be a commit or PR tied to this issue.
Asking for an update does not make this appear any sooner
there are effectively no active developers for the Servarr Starrs and no one from the community is interested in helping.
@alexsalex commented on GitHub (Jul 23, 2024):
Any update on OIDC?
@Robin-Sch commented on GitHub (Jul 23, 2024):
Only thing you can do right now is disable authentication and then use something like oauth-proxy in front of your arr services.
@Dkhil commented on GitHub (Sep 1, 2024):
Any update on OIDC?
@thezak48 commented on GitHub (Sep 1, 2024):
If the ticket is still open then there is no update
@jlengelbrecht commented on GitHub (Sep 4, 2024):
Is this still being looked at as an option? Would love to tie everything together and enable oidc in my arr app stack
@bakerboy448 commented on GitHub (Sep 4, 2024):
Did you read any of the comment above yours that answer this?
Further asking for updates may likely result in this locked due to spam.
@edbourque0 commented on GitHub (Sep 29, 2024):
+1
@wsw70 commented on GitHub (Aug 14, 2025):
Ah, I thought that authentication was compulsory now. I will dig in then, thanks