Add SHA1 hashing support to Keycloak.
- Java 11
- Maven 3.6
- Run
mvn package
- It should generate a JAR archive under
./target/keycloak-sha1.jar
- Move the built JAR file to Keycloak's directory
standalone/deployments/
(on Keycloak under Docker:/opt/jboss/keycloak/standalone/deployments
) - Watch the
standalone/deployments/
for the filekeycloak-sha1.jar.deployed
keycloak-sha1.jar.failed
, you can run the command cat keycloak-sha1.jar.failed
to find out what went wrong with your deployment.