Custom login themes

Hello,

I’m trying to create a custom login page for my keycloak. My question is: If I have the online web version of keycloak (I don’t have the app installed), is there a way to import a custom theme without having the application on local? Or do I have to install the application and create the realms and clients from 0 again to create a theme? I assume there is a way to connect to my existing keycloak app and import a theme, but I am not finding it.

Thank you and sorry for my ignorance, but I’ve searched it and I don’t find a way :slight_smile:

You have to build your theme and then either package it as a jar or put it in the theme directory.

Documentation is here: Server Developer Guide

A starter project for a login theme is here: GitHub - p2-inc/keycloak-theme-template: Starter for building a Keycloak theme