Ombi-app / Ombi

Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
http://ombi.io
GNU General Public License v2.0
3.68k stars 396 forks source link

How to disable Authentication for requests #454

Closed iNilo closed 7 years ago

iNilo commented 8 years ago

I unticked the

Authentication Settings Enable User Authentication [ ]

And it still requires/shows to login before I can request something.

How do I turn off authentication fully (not even a username field) ? (Home network,want to allow anyone to request)

Thanks

tidusjar commented 8 years ago

That is currently not supported. When you disable authentication they just need to enter a username so we know who they are.

iNilo commented 7 years ago

if(ip == localnetwork) -> set username ("family") ?

tidusjar commented 7 years ago

"Anonymous" ?

iNilo commented 7 years ago

Custom userfield to be overridden (in options) otherwise fall back on Anonymous ? and if possible allow us to define local networks aswell (CIDR).

eg: 10.0.0.0/8;192.168.0.0/16

tidusjar commented 7 years ago

No, I cannot detect where the user has come from.

I was thinking about just add an option to remove the login page and default their usernames to anonymous.

iNilo commented 7 years ago

Oh very good idea nevertheless

Burry commented 7 years ago

It would be great to be able to disable the Ombi login. Some of us use custom authentication like PlexAuth or other SSO implementations, and having the ability to bypass Ombi's login would make it much more flexible for custom set-ups.

AngryNoodlez commented 7 years ago

+1 to Burry's idea. I also use PlexAuth for a custom SSO Setup with the meteor version of PlexRequests currently which was easy to implement SSO for given its "authenitcation" method. (Username written to key/value pair in local storage)

Would love to be able to test out Ombi with SSO support and see how my users like the new feature set it offers.

pkoenig10 commented 6 years ago

+1 to this. It is really cumbersome to have a second "login" page when using Ombi with a separate SSO solution.

@PotatoQuality why was this issue closed?

clifford786 commented 5 years ago

+1 to Burry's idea. Using Caddy to reverse proxy a few services, and have a separate service for authentication, the Ombi login page is redundant and confuses some of my users. I already limit who has access to what, allowing all user's to use an 'Anonymous' account on Ombi would be move convenient.

ned-kelly commented 5 years ago

Using Caddy to reverse proxy a few services, and have a separate service for authentication, the Ombi login page is redundant and confuses some of my users. I already limit who has access to what, allowing all user's to use an 'Anonymous' account on Ombi would be move convenient.

Exact same setup here!

kirsch33 commented 3 years ago

has there been any update to this discussion? would love to have SSO between my own portal, Ombi, Radarr, etc.

jferris- commented 3 years ago

Agreed. Please make this a thing!

kirsch33 commented 3 years ago

The use case is very specific but hopefully someone can make use of it in anyways... I have developed a plugin for Caddy v2 that bypasses the Ombi login by cookie authentication. Documentation is poor as I just finished it up last night but open to suggestions or improvements.

https://github.com/kirsch33/plexsso