Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 555 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 555 Bytes

Keycloak BCrypt

Add a password hash provider to handle BCrypt passwords inside Keycloak.

Build

mvn clean package

Install

curl http://central.maven.org/maven2/org/mindrot/jbcrypt/0.4/jbcrypt-0.4.jar > jbcrypt-0.4.jar
KEYCLOAK_HOME/bin/jboss-cli.sh --command="module add --name=org.mindrot.jbcrypt --resources=jbcrypt-0.4.jar"
curl -L https://github.com/leroyguillaume/keycloak-bcrypt/releases/download/1.1.0/keycloak-bcrypt-1.1.0.jar > KEYCLOAK_HOME/standalone/deployments/keycloak-bcrypt-1.1.0.jar

You need to restart Keycloak.