Add a password hash provider to handle password hashing with the custom Firebase Scrypt algorithm inside Keycloak. Implementation adapted from firebase-scrypt-java and leroyguillaume/keycloak-bcrypt.
./gradlew jar
docker compose up -d
Go to Authentication
/ Password policy
and add hashing algorithm policy with value firebase-scrypt
.
Releases are handled by GitHub Actions when a new tag is pushed to origin.