An open API service indexing awesome lists of open source software.

https://github.com/entando/entando-keycloak

Entando Keycloak Login Theme
https://github.com/entando/entando-keycloak

Last synced: 11 months ago
JSON representation

Entando Keycloak Login Theme

Awesome Lists containing this project

README

          

# 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](https://www.keycloak.org/docs/latest/server_development/#_themes).

## Run
In order to run locally using Keycloak:

```
docker-compose up --build keycloak
```

In order to run locally using Red Hat SSO:

```
docker-compose up --build redhat-sso
```

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
```