Building the dataset provider
Building the dataset provider locally to be able to deploy a custom version on a Keycloak server. Alternatively, users can download a pre-built version.
Prerequisites
-
Git repository https://github.com/keycloak/keycloak-benchmark checked out
-
Java Version 21 installed
Building the dataset provider
Execute the following command to build the dataset provider:
./mvnw clean verify -am -pl dataset
This results in a file dataset/target/keycloak-benchmark-dataset-*.jar
that can then be installed on Keycloak.