Skip to content

mathsalmi/keycloak-md5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keycloak-md5

Add MD5 hashing support to Keycloak.

Requirements

  • Java 11
  • Maven 3.6

Building

  • Run mvn package
  • It should generate a JAR archive under ./target/keycloak-md5.jar

Deploying to Keycloak

  1. Move the built JAR file to Keycloak's directory standalone/deployments/ (on Keycloak under Docker: /opt/jboss/keycloak/standalone/deployments)
  2. Watch the standalone/deployments/ for the file keycloak-md5.jar.deployed

⚠️ If you find instead the file keycloak-md5.jar.failed, you can run the command cat keycloak-md5.jar.failed to find out what went wrong with your deployment.