keycloak-scim/keycloak-theme
dependabot[bot] dedba057a8 Bump frontend-maven-plugin from 1.12.0 to 1.12.1 in /keycloak-theme
Bumps [frontend-maven-plugin](https://github.com/eirslett/frontend-maven-plugin) from 1.12.0 to 1.12.1.
- [Release notes](https://github.com/eirslett/frontend-maven-plugin/releases)
- [Changelog](https://github.com/eirslett/frontend-maven-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eirslett/frontend-maven-plugin/compare/frontend-plugins-1.12.0...frontend-plugins-1.12.1)

---
updated-dependencies:
- dependency-name: com.github.eirslett:frontend-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-03 11:33:01 +01:00
..
.gitignore Allow Maven to build the frontend (#857) 2021-07-16 10:43:59 +02:00
pom.xml Bump frontend-maven-plugin from 1.12.0 to 1.12.1 in /keycloak-theme 2022-01-03 11:33:01 +01:00
README.md Fixed docker build for testing purposes (#895) 2021-07-27 11:24:36 +02:00

Keycloak Admin Console V2 Maven Build

The Maven build prepares the admin console to be deployed as a theme on the Keycloak server.

Build Instructions

mvn install

Deployment

The jar created with mvn install needs to be deployed to a Maven repository. From there, it will become part of the Keycloak server build.

For development, you can also just copy the contents of ./target/classes to <keycloak server>/themes/keycloak.v2. Then restart the server.

To Run

Until New Admin Console becomes the default, you will need to start Keycloak server like this:

$> bin/standalone.sh -Dprofile.feature.newadmin=enabled

Then go to Realm Settings --> Themes and set Admin Console Theme to keycloak.v2.