← Back
January 7, 2022

Keycloak is awesome

What is Keycloak

Keycloak is an Open Source Identity and Access Management

It advertises with the following features:

Why not just use framework xyz’s user management?

Generally almost any app or service needs some form of user authentication and authorization.

Many popular frameworks add some form of user authentication, e.g. Spring Boot Security or Django User Authentication.

But Keycloak has some major advantages:

It supports Client Adapters that allow you to easily connect your applications and services to Keycloak.

It is easily extendable. There are a variety of official and unofficial extensions available. And you can always write your own, like I did by writing a 2FA Email Authenticator!

And there is other tooling around like the brilliant Keycloak Config CLI to add configuration-as-code to Keycloak!

Summary

In practise, I found it an absolute pleasure to work with Keycloak. It is one of those pieces of software that just work™. It is easy to set up, runs very stable and predictable, is well-maintained and has not left me wishing for any left-out features.