Support external authentication #1425
Replies: 4 comments 3 replies
-
|
I'm probably going to need to extend scrypted to support an auth plugin. the underlying issue is that some url patterns should be no auth so it can be reached by various services (google home, Alexa, nvr, push notifications, etc) |
Beta Was this translation helpful? Give feedback.
-
|
Alternatively, please allow the ability to disable authentication and it can be placed behind Authentik's proxy or similar. |
Beta Was this translation helpful? Give feedback.
-
|
aye this seems like a sticking point to me, lately -- centralize app identity management and control |
Beta Was this translation helpful? Give feedback.
-
|
This would be a really neat addition into the app. Personally, I use authelia (previously used Authentik) and OIDC support or even a way for Scrypted to respect Remote-User / Remote-Role headers like Frigate would make the user management easier. Currently, we are able to set an environment variable to set the default login username but that breaks the SSO security model since there's no RBAC. Please, consider implementing even this simple approach as it would greatly improve the user experience w/o having to maintain separate logins. We might be able to allowlist certain url patterns at the proxy level. Please consider. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
So I am using authentik for authenticating services on my homelab and traefik as my reverse-proxy, so I am able to guard the application via SSO with https headers.
It's kind of silly for me to maintain two line of auth, would it be possible to either:
Beta Was this translation helpful? Give feedback.
All reactions