this post was submitted on 10 Jun 2026
25 points (96.3% liked)

digitalescapetools

118 readers
26 users here now

A hub for discovering and sharing privacy-respecting, open-source, and self-hosted digital tools that improve productivity, creativity, and digital independence.

founded 1 month ago
MODERATORS
 

Authentik is an open-source identity provider you can host yourself.

It lets you use a single login across your self-hosted services, with support for OAuth2, OIDC, SAML, LDAP, and more.

Useful for managing access to apps like Jellyfin, Immich, Nextcloud, Vaultwarden, and other self-hosted tools.

GitHub: https://github.com/goauthentik/authentik

More details: https://digitalescapetools.com/tools/tool.html?id=authentik

More privacy-friendly tools: https://digitalescapetools.com/

you are viewing a single comment's thread
view the rest of the comments
[–] moonpiedumplings@programming.dev 1 points 5 days ago (2 children)

Keycloak only really acts as an OIDC/SAML provider. Whereas Authentik can do OIDC, SAML, LDAP, and more in a single app. It's just extremely rich.

I really like it because it has invites, which are extremely nice if you really want that form of fast onboarding.

[–] assaultpotato@sh.itjust.works 1 points 5 days ago

Perhaps I should take a look then, although I'll admit all my SSO stuff is over OIDC.

[–] fibojoly@sh.itjust.works 0 points 5 days ago (1 children)

I'm not sure what you mean about LDAP. KC can absolutely interface with LDAP.

[–] moonpiedumplings@programming.dev 1 points 5 days ago* (last edited 5 days ago)

It can interface with ldap, but it cannot act as an ldap provider.