Author: Maik Kingma
- Blog - the/experts.
- LinkedIn - Maik Kingma
- Twitter - @MaikKingma
This repo contains a demo project, that demonstrates how you can configure your Keycloak instance using nothing but Java code
The blog posts:
- Identity and Access Management with Keycloak - In this blog post, we get to know some basic building blocks that we have at our disposal in Keycloak.
- Keycloak - Configuration as Code Pt. 1 - In this blog post, we cover how to create the basic project setup for our 'Keycloak - Configuration as Code' endeavour.
- Keycloak - Configuration as Code Pt. 2 - In this blog post, we add the Keycloak distribution to our project and containerize it with Docker.
- Keycloak - Configuration as Code Pt. 3 - In this blog post, we kicked off the configuration as code by adding a first example realm to our Keycloak instance.