VSHN Keycloak IDP Theme
docker compose up
to start a local Keycloak with the VSHN theme.
By default, the themes are already set in the keycloak/master.json
file.
This is the realm configuration file that is imported at startup.
If you want to change the theme, you can do so in the admin console, under Realm Settings -> Themes.
If the theme is not available in the dropdown, it usually means that it is not valid. (Except for the admin console, currently no custom theme is available)
You can export the realm via the admin console. This export does not include secrets, but since we only have one admin user, it is not a problem.
- Merge your Pull Request to master branch
- Tag it with
git tag -am v1.x.y v1.x.y git push --tags
- This will trigger the GitHub Action and pushes the image to https://quay.io/repository/vshn/keycloak-theme?tab=tags
- Add the tag of the version to your extraInitContainers (see codecentric helm chart documentation)
extraInitContainers: | - name: theme-provider image: quay.io/vshn/keycloak-theme:v1.x.x
- If you plan to use a redirect for the welcome page, then ensure you set
REDIRECT_URL
as environment variable