1. Overview

Keycloak is an open-source identity and access management or IAM solution, that can be used as a third-party authorization server to manage our web or mobile applications’ authentication and authorization requirements.

In this tutorial, we’ll focus on how we can customize the theme for our Keycloak server so that we can have a different look and feel for our end-user facing web pages.

First, we’ll establish a background from the perspective of a standalone Keycloak server. In later sections, we’ll look at similar examples in the context of an embedded one.

For that, **we’ll build on top of our previous articles: a Quick Guide to Using Keycloak and **Keycloak Embedded in a Spring Boot Application. So, for those starting out, it’s a good idea to go through them first.

#security #spring #keycloak #oauth

Customizing Themes for Keycloak
3.90 GEEK