-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |