/keycloak-configAsCode-demo

This repo contains a demo project, that demonstrates how you can configure your Keycloak instance using nothing but Java code

Primary LanguageJava

Keycloak - Config as Code Demo

Author: Maik Kingma

This repo contains a demo project, that demonstrates how you can configure your Keycloak instance using nothing but Java code

The blog posts:

  1. 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.
  2. 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.
  3. Keycloak - Configuration as Code Pt. 2 - In this blog post, we add the Keycloak distribution to our project and containerize it with Docker.
  4. 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.