What’s up, what’s down and what are you not sure about?

Let us know what you set up lately, what kind of problems you currently think about or are running into, what new device you added to your homelab or what interesting service or article you found.

  • dan@upvote.au
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    5 days ago

    I’m not the person you’re replying to, but Authentik:

    • Has a UI for configuring it, including adding users.
    • Supports LDAP if you need it. Authelia needs a separate LDAP server.
    • Supports practically every two factor auth protocol you’d need: OIDC (OpenID Connect), OAuth2, SCIM, SAML, RADIUS, LDAP, and proxying for apps that don’t support any of them (which is getting rarer).
    • Supports permissions and permission groups, i.e. only allow certain users to access particular apps.
    • Can be used as the source of truth for Google Workspace and Microsoft Entra. Maybe not as relevant for home use.

    I haven’t tried Keycloak but I hear it’s pretty good, albeit a heavier app to deploy.

    I have tried Authelia, and it’s much less powerful than Authentik. Authelia requires you to manually modify config files rather than using a web UI. It also only supports OIDC (which is in beta) and proxying. Proxying is not recommended and has several issues since it’s not “true” single sign-on.

    • sugar_in_your_tea@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      1
      ·
      5 days ago

      I’m considering Keycloak myself because it’s trusted by security professionals (I think it’s a RedHat project), whereas Authentik is basically a passion project.