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
- Host: GitHub
- URL: https://github.com/entando/entando-keycloak
- Owner: entando
- License: lgpl-3.0
- Created: 2019-05-10T10:37:58.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-02-21T14:40:06.000Z (over 2 years ago)
- Last Synced: 2024-04-14T07:54:26.244Z (about 2 years ago)
- Language: CSS
- Size: 19.5 MB
- Stars: 2
- Watchers: 8
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```