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

  • Harold@feddit.nl
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    12 hours ago

    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.

    • cultist@feddit.dk
      link
      fedilink
      English
      arrow-up
      2
      ·
      8 hours 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.

    • Melusine@tarte.nuage-libre.fr
      cake
      link
      fedilink
      Français
      arrow-up
      2
      ·
      11 hours ago

      I like kanidm too ! And I think that something that could be really powerful would be to have the local client daemon provide a token for user applications (browsers with an extension, dedicated app…).