Skip to content

ommsolutions/keycloak-bcrypt

 
 

Repository files navigation

Keycloak BCrypt

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

Build

./gradlew jar

Test with docker-compose

cp build/libs/keycloak-bcrypt-1.6.0.jar docker/
docker-compose up -d

Install

curl -L https://github.com/ommsolutions/keycloak-bcrypt/releases/download/1.6.0/keycloak-bcrypt-1.6.0.jar > KEYCLOAK_HOME/standalone/deployments/keycloak-bcrypt-1.6.0.jar

You need to restart Keycloak.

How to use

Go to Authentication / Password policy and add hashing algorithm policy with value bcrypt.

To test if installation works, create new user and set its credentials.

About

Add BCrypt password provider in Keycloak

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 77.8%
  • Kotlin 20.2%
  • Dockerfile 2.0%