In this post, we’ll show how to configure SSO between Jenkins and Keycloak, enabling users to log in once and access Jenkins. · Prerequisites· Overview∘ What is a
Category: Keycloak
In the previous post, we learned the foundation for extending Keycloak with custom database entities and providers. In this post, we’ll explain how to expose the
In this post, we’ll move beyond the basics and dive deep into the advanced world of extending Keycloak. · Prerequisites· Overview· Understanding Keycloak SPIs∘ What is an SPI?∘ Why Use
In this post, we’ll explain how to create branded Keycloak themes step-by-step using FreeMarker and Maven for quick development and easy deployment. · Prerequisites· Overview∘ What is Apache
In this post, we’ll explore how to secure microservices architectures with Spring Cloud Gateway, Resource Servers, and Keycloak. · Prerequisites· Overview∘ How the authentication flow works· Setting up a
This post will explain implement multi-tenancy in the Keycloak server using the Organization feature. · Prerequisites· Overview∘ What is Keycloak Organizations?∘ Key Features of Keycloak Organizations· Implementation Steps∘ Enable the Organization
In this post, we’ll explain how to integrate the Keycloak Admin Client SDK in a Spring Boot application. · Prerequisites· Overview∘ What is Keycloak Admin Client?∘ When to Use
This post will explain how to interact with the Keycloak server using REST API without any programming language. · Prerequisites· Overview∘ What is Keycloak?∘ Key Features of Keycloak· Set up