Skip to content

deckweiss-gmbh/keycloak-md5-wordpress

 
 

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.

About

Add MD5 hashing support to Keycloak

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%