lllllllillllllillll / DweebUI

DweebUI is a WebUI for managing your containers. Simple setup, a dynamically updating dashboard, and a multi-user permission system.
https://www.dweebui.com/
MIT License
742 stars 36 forks source link

Add SSO support for user management #93

Open joestump opened 2 months ago

joestump commented 2 months ago

I use Authentik for managing user access. It would be nice if I didn't have to manage DweebUI's users separately.

lllllllillllllillll commented 2 months ago

Which protocol are you using with your applications? There is a NO_AUTH env in v0.70-dev, but it only disables authentication from localhost. I need to expand on it.

joestump commented 2 months ago

@lllllllillllllillll my personal preference is OIDC/OAuth2, but the Remote-User proxy pattern also works. My perception is those two are the most popular in the self-hosted community.