From d89d47d30523ee1d791d8395002149f9444147bc Mon Sep 17 00:00:00 2001 From: ewelinagr Date: Tue, 21 May 2024 16:22:35 +0200 Subject: [PATCH] Update description of theme configuration. --- themes/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/themes/README.md b/themes/README.md index b3ddd94..822608d 100644 --- a/themes/README.md +++ b/themes/README.md @@ -13,3 +13,14 @@ This directory contains the custom Fairspace theme for Keycloak. The theme is ba The theme is packaged into a Docker image and made available in the Kubernetes setup using init container as theme provider. More information about the theme setup with Kubernetes and Helm can be found in [Keycloakx Helm chart documentation](https://github.com/codecentric/helm-charts/tree/master/charts/keycloakx#providing-a-custom-theme). + +### Selecting Fairspace theme for user login page +To use a Fairspace theme for the user login page, the `fairspace_theme` needs to be selected in the Keycloak admin console, +in the Fairspace client settings. +The theme should be configured under *Client details >> Settings >> Login settings >> Login theme*. + +To have the Fairspace logo displayed on the login page, the *HTML Display name* needs to be changed to: +``` +
Fairspace
+``` +in *Realm settings >> General >> HTML Display name*.