Skip to content

integratedmodelling/keycloak-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Integrated Modelling Partnership - Keycloak theme

We expect Docker and docker compose to be available:

Usage

docker compose up

The Admin console http://localhost:8078/admin/

  • User: admin
  • Password: admin

Theme development documentation

Theme templates

Overriding the built-in templates

  • While creating custom themes, especially when overriding templates, it may be useful to use the built-in templates as a reference. These can be found within the theme directory of ../lib/lib/main/org.keycloak.keycloak-themes-24.0.3.jar, which can be opened using any standard ZIP archive tool.

Stylus css

To use stylus:

$ npm install stylus -g

To convert stylus file to css:

stylus -w file.styl