Comment on Authelia + Bitwarden + other selfhosted stuff
melmi@lemmy.blahaj.zone 8 months ago
Most things should be behind Authelia. It’s hard to know how to help without knowing what exactly you’re doing with it but generally speaking Authelia means you can have SSO+2FA for every app, even apps that don’t provide it by default.
It also means that if you have users, you don’t need them to store a bunch of passwords.
One big thing to keep in mind is that anything with its own login system may not be happy about being behind Authelia. Nextcloud for example won’t work. You can retain separate logins, or use LDAP.
madejackson@lemmy.world 8 months ago
Quick heads up, Nextcloud works perfectly fine behind an auth provider. I am using it behind authentik.
melmi@lemmy.blahaj.zone 8 months ago
I had issues connecting to Nextcloud from mobile clients when using Authelia, they didn’t like it, but if there’s a workaround for that that’s great
Gooey0210@sh.itjust.works 8 months ago
You need to use authelia’s oidc, and your nextcloud app will be able to store this session for everything it needs
melmi@lemmy.blahaj.zone 8 months ago
Goes to show I don’t know much about SSO I suppose. Time to do some more research