Support external login? #750
-
|
When you first run this it asks to create a local user for use as the main user, you can also create other users which states that not everything supports them. For a not insignificant number of people that main user is the only one we use (especially with sub-users for syncing). My setup has external SSO before anyone can even access the server (with me as the only user) - which I feel is a somewhat standard config for a lot of homelabs. For the other *arr servers there is an option to set that login as Slightly more advanced in some servers is the ability to tell them which specific headers to trust (although offhand I can't remember seeing any where that was a requirement - it has generally been added when multiple users are supported and is used for identifying them). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hello, I need to clarify few things, Users in WatchState means sync users not an actual login users. they are just a file in the system. The management isn't tied to them. The login flow solely based on one user mainly We do have a way to bypass local auth We generally don't recommend it. However if you know what you are doing and the risk is acceptable. simply flipping the switch will turn off the auth for local_net provided you also enable |
Beta Was this translation helpful? Give feedback.
Hello,
I need to clarify few things, Users in WatchState means sync users not an actual login users. they are just a file in the system. The management isn't tied to them. The login flow solely based on one user mainly
WS_AUTH_USERNAMEandWS_AUTH_PASSWORD.We do have a way to bypass local auth
WS_TRUST_LOCALwhen set it will automatically login anyone who has a local ip address., bypassing the entire auth flow. However, be warned, if you mis-configure your frontend proxy, the external auth or someone gain access they will be able to see your entire data including the tokens for the media servers they could do serious damage.We generally don't recommend it. However if you know what you a…