https://github.com/windup/windup-web-keycloak-theme
Contains the theme files for Windup Web Keycloak authentication
https://github.com/windup/windup-web-keycloak-theme
Last synced: 3 months ago
JSON representation
Contains the theme files for Windup Web Keycloak authentication
- Host: GitHub
- URL: https://github.com/windup/windup-web-keycloak-theme
- Owner: windup
- License: epl-2.0
- Created: 2017-10-03T22:40:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-08T15:43:06.000Z (over 1 year ago)
- Last Synced: 2025-01-19T10:43:22.474Z (5 months ago)
- Language: FreeMarker
- Size: 58.6 KB
- Stars: 0
- Watchers: 10
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# windup-keycloak-theme
Keycloak theme for the Windup project
## Development
### Requisites
- Install xmlstarlet:
```shell
sudo dnf install xmlstarlet
```### Init dev environment
Setup your dev environment executing:
```shell
./setup-dev-env.sh
```The script above will download Keycloak and configure files. Now you can init Keycloak:
```shell
./workspace/keycloak-15.1.1/bin/standalone.sh
```- Open your browser using http://localhost:8080/auth and create your admin user.
- Select the new theme in the Keycloak console