keycloak-ui VS authentik

Compare keycloak-ui vs authentik and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
keycloak-ui authentik
5 165
175 6,762
- 6.1%
9.5 10.0
about 1 year ago 6 days ago
TypeScript Go
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

keycloak-ui

Posts with mentions or reviews of keycloak-ui. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-21.
  • Is anyone using Quarkus for monoithic, full-stack web apps?
    6 projects | /r/java | 21 Jun 2023
  • Keycloak 21.0.0 released
    3 projects | /r/KeyCloak | 23 Feb 2023
    Yes, but I expect more issues to come. Especially due to the removal of the old admin-console there might be some strange behavior with existing client / realm configurations where the new admin-console works a bit different then the old one..., e.g.: https://github.com/keycloak/keycloak-ui/issues/4450 and many more...
  • How to create a Keycloak plugin
    7 projects | dev.to | 31 Oct 2022
    In Keycloak 19 there is a bug in interface that does not allow opening settings for authenticators. Refer to this issue.
  • Keycloak: Open-Source Identity and Access Management
    17 projects | news.ycombinator.com | 4 May 2022
    We're actually working on a new version of the Administration UI at the moment (I'm one of the devs) so this is useful feedback. We're looking for folks to try it out, so take a look at https://github.com/keycloak/keycloak-admin-ui/.

    You can try it out on the latest Keycloak by passing the --features=admin2 flag on startup.

  • Can anyone suggest any open source React Typescript Examples?
    6 projects | /r/reactjs | 11 Mar 2022
    I had to use keycloak in the past as the authentication service for a work app. Keycloak you can pull the docker image and start it up fairly easy. The UI is built in React with Typescript here https://github.com/keycloak/keycloak-admin-ui.

authentik

Posts with mentions or reviews of authentik. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-14.
  • Show HN: Stack, the open-source Clerk/Firebase Auth alternative
    2 projects | news.ycombinator.com | 14 Apr 2024
    If you're looking for a system that has more features, is user friendly, a nice admin ui and easy deployments compared to Keycloak. Please give https://goauthentik.io/ a shot. Not affiliated in any way, just a very happy user.

    It has

    -an admin UI

    - Supports (LDAP, SAML, OAUTH, social logins)

    - MFA, Passkeys

    - Application access based on user groups etc

  • immich SSO with Authentik
    3 projects | dev.to | 3 Apr 2024
  • Show HN: Auth0 OSS alternative Ory Kratos now with passwordless and SMS support
    4 projects | news.ycombinator.com | 22 Feb 2024
    Hey, for authentik this is actually something we're actively working on: https://github.com/goauthentik/authentik/pull/8330, and this will be included in our next feature release in April!

    (Disclaimer, I am founder and CTO of authentik)

  • Keycloak SSO with Docker Compose and Nginx
    21 projects | news.ycombinator.com | 11 Feb 2024
    See here for the fix, which both implements the workaround suggested in the issue and also a much more standard-compliant method: https://github.com/goauthentik/authentik/pull/8471
  • Has anyone had any success setting Authentik up behind Caddy for a reverse proxy?
    2 projects | /r/selfhosted | 8 Dec 2023
    Ask in the correct places for support: https://github.com/goauthentik/authentik/discussions and https://github.com/caddyserver/caddy/issues
  • Authentik setup via Portainer?
    1 project | /r/synology | 7 Dec 2023
    I've been searching around for a while now, and struggling with getting Authentik setup on my NAS. I'd like to deploy via Portainer, but getting lost in the documentation just to deploy.
  • Show HN: Obligator – An OpenID Connect server for self-hosters
    18 projects | news.ycombinator.com | 11 Oct 2023
    Personally I went with Keycloak, because it's fairly well documented and also has Docker images available: https://www.keycloak.org/getting-started/getting-started-doc... although the fact that they want you to create an "optimized" image yourself and have a long build/setup process on startup instead is slightly annoying: https://www.keycloak.org/server/containers

    Regardless, with something like mod_auth_openidc or another Relying Party implementation, all of the sudden authn/authz becomes easier to manage (you can literally get user information including roles in headers that are passed from your gateway/relying party to apps behind the reverse proxy), regardless of what you have actually running in your APIs: https://github.com/OpenIDC/mod_auth_openidc (there are other options, of course, but I went with that because I already use mod_md).

    It's actually cool that there are plentiful options in the space, since OIDC is pretty complex in of itself and attempts at creating something pleasant to actually use are always welcome, I've also heard good things about Authentik: https://goauthentik.io/

  • Issues with authentik
    1 project | /r/NixOS | 7 Jul 2023
    Hello ! I am hosting a server under NixOS with multiple services, and to simply the identity management, I use authentik (https://goauthentik.io/) which can be compared to keycloak. Everything works fine until I try to enable mastodon to host an instance : authentik returns an error 400 and nothing changes this but disabling mastodon. Does anyone have an idea of what could be the cause of this ?
  • HAProxy with Forward Auth to Authentik
    2 projects | /r/selfhosted | 7 Jul 2023
    For Authentik, it looks like they are not interested to write how to configure HAProxy with it https://github.com/goauthentik/authentik/issues/5768
  • Authentik reverse proxy vs swag
    3 projects | /r/selfhosted | 7 Jul 2023

What are some alternatives?

When comparing keycloak-ui and authentik you can also consider the following projects:

spring-authorization-server - Spring Authorization Server

authelia - The Single Sign-On Multi-Factor portal for web apps

pyoidc - A complete OpenID Connect implementation in Python

Keycloak - Open Source Identity and Access Management For Modern Applications and Services

zitadel - ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.

angular-spa-sample - Sample application using OAuth/OpenID Connect.

keycloak-operator - ARCHIVED Kubernetes Operator for the no longer supported WildFly distribution of Keycloak

Caddy - Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS

jellyfin-plugin-ldapauth - LDAP Authentication for Jellyfin

fusionauth-localization - FusionAuth translations

docker-swag - Nginx webserver and reverse proxy with php support and a built-in Certbot (Let's Encrypt) client. It also contains fail2ban for intrusion prevention.