opensingular/singular-keycloak-database-federation

Where is the .ear file for installation?

Closed this issue · 4 comments

I am having trouble finding out how to install this in KeyCloak. Am I missing something from the doumentation?

If you are using a default keycloak setup, you just need to copy the .ear file to the folder <keycloak_dir>/standalone/deployments

If you are using a default keycloak setup, you just need to copy the .ear file to the folder <keycloak_dir>/standalone/deployments

Great, thanks for the quick reply. Where is this .ear file? I see the ear-module has a pom.xml file in it?

Did you build the project with maven? If so, you will find a .ear file in the ear-module/target folder.