Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mathsalmi authored Jan 11, 2021
1 parent b6d6925 commit d2c112d
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
# keycloak-md5
Adds MD5 hashing support to Keycloak
Add MD5 hashing support to Keycloak.

## Requirements

- Java 11
- Maven 3.6

## Building

1. `mvn install`
2. `mvn package`
3. 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`

:warning: 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.

0 comments on commit d2c112d

Please sign in to comment.