this post was submitted on 05 Apr 2024
1109 points (98.9% liked)

Programmer Humor

32291 readers
37 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 6 months ago (2 children)

For any self-hosted services you use, run something like Authentik and configure all the apps to use it for auth via OIDC (OpenID Connect). Makes the experience a lot nicer, instead of every service having its own separate user system.

[–] [email protected] 3 points 6 months ago (1 children)

You still want a local account though. Learnt that the hard way.

[–] [email protected] 3 points 6 months ago

Why? In case authentik goes down, so you can recover data? Or something else?

I am settting up authentik and other selfhosted services right now and my plan was for authentik to have all the accounts.

[–] [email protected] 2 points 6 months ago (1 children)

I use Keycloak at work. How does Authentik compare?

[–] [email protected] 2 points 6 months ago (1 children)

I've never tried Keycloak so I'm not sure, sorry.

One feature Authentik has that I don't think Authelia nor Keycloak support is operating as an LDAP server. With Authelia at least, you have to run a separate LDAP server if you need LDAP. With Authentik, it's built in.

[–] [email protected] 1 points 6 months ago (1 children)

I guess I'll have to do the research myself. Ohh bother. I can tell you that Keycloak can use a postgresql db or ldap but it is not built in. I honestly really dislike LDAP though. It's an old protocol that has terrible client support and the only real reason to use it imo is if you need to support really high number of users and traffic, like in the millions.

[–] [email protected] 1 points 6 months ago

I don't like it either, but there's probably some apps that only support LDAP.