Skip to content

claudiomerli/entando-keycloak

 
 

Repository files navigation

Entando Keycloak Theme

This repository contains a Keycloak instance with some custom Entando themes that change the appearance of:

  • Keycloak SSO login screen
  • Keycloak admin console

For more info about Keycloak themes, see the official docs.

Build

To build the project with Docker run the following command

docker build -t entando/keycloak:latest .

Run

After the build, run the following command

docker-compose up

then open the browser to show the login screen. Default port (host is localhost) and credentials are set up in the docker-compose.yml file.

Troubleshooting

To properly display theme changes, stop Keycloak, then

docker-compose up --build

If anything goes wrong, you can force removing the docker image with

docker rmi entando/keycloak --force
docker-compose up --build

About

Entando Keycloak Login Theme

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 95.9%
  • FreeMarker 3.5%
  • Dockerfile 0.6%