philipz / keycloak-custom

Project template for a custom Keycloak distribution.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keycloak-Custom

Project Template

This project is based on the custom Keycloak template. It is structured as a multi-module Maven build and contains the following top-level modules:

  • config: provides the build stage configuration and the setup of Keycloak
  • container: creates the custom docker image
  • docker-compose: provides a sample for launching the custom docker image
  • extensions: provides samples for Keycloak SPI implementations
  • server: provides a Keycloak installation for local development & testing
  • themes: provides samples for custom themes

Please see the tutorial building a custom Keycloak container image for the details of this project.

About

Project template for a custom Keycloak distribution.

License:MIT License


Languages

Language:Java 52.8%Language:FreeMarker 22.6%Language:CSS 14.2%Language:Shell 9.0%Language:Dockerfile 1.4%