What auth apps do you use ive seen authelia, authentik, keycloack but whats overall the best

you are viewing a single comment's thread
view the rest of the comments
[–] 18 points 1 month ago* (last edited 1 month ago) (2 children)

Kanidm

It has a modest UI for end-users to handle self-service scenarios, and an app portal for OpenID Connect configured applications.

The backend is fully CLI based.

It is very robust and performant, built on Rust.

Yet very much in active development, so do not expect full parity with commercial alternatives at a feature level.

I run it to provision users for my home Linux devices and it supports offline login, my Homelab servers, and my self-hosted web applications through OIDC.

A nice 'one stop shop' for my purposes.

EDIT: Actually their comparison page might be a worthwhile read considering your question OP.

  • source
  • hideshow 4 child comments
  • [–] 6 points 1 month ago

    Also switched to Kanidm, and using the Kubernetes operator someone made have made it easy to configure also.

    I have custom resources that create HTTPRoutes and then protect public traffic with Kanidm by creating a a OAuthClient per site.

    Chefs kiss.

  • source
  • parent