Skip to content

SImple repo showing how to create a customized keycloak image with a customized theme

Notifications You must be signed in to change notification settings

louisledev/keycloak-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Keycloak theme customization

This repo shows how to customize Keycloak theme. See keycloak reference for additional documentation.

Build the docker image

docker build -t my-keycloak-image .

Start

docker-compose up

Access keycloak

go to http://loclahost:8080/auth

Credential:

  • login : admin
  • password: Pa55w0rd

Modify theme

Go into the realm settings, click on the 'Themes' tab and pick 'my-logo-example'

Stop

CTRL+C
docker-compose down
docker volume rm keycloak_postgres_data

About

SImple repo showing how to create a customized keycloak image with a customized theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published