Post #290447
2026-02-13 16:45 UTC
How do you handle auth in your #homelab / #selfHosted
Assuming you have multiple services that may or may not be shared w others. Are you just using wherever email/password support the application has? Running another service to manage auth?
Replies (3)
-
@jdiller@hachyderm.io 2026-02-13 17:16
@elebertus@mastodon.social Mutual TLS whenever possible for stuff on the public internet. If it's just for me I only expose it over tailscale.
-
@cthos@mastodon.cthos.dev 2026-02-13 19:22
@elebertus@mastodon.social I mean, I'm an auth weirdo so I have multiple CIAM stacks running at all times, but I generally use Logto for handling auth for my ttrpg group resources and some things attached to Keycloak for anything that supports OIDC/OAuth. For stuff that doesn't, just manage the auth locally.
-
@arichtman@eigenmagic.net 2026-02-14 01:38
@elebertus@mastodon.social Kanidm but haven't used it for more than OIDC/Oauth, though it does support LDAP and some PAM integrations.