Closed aspiazza closed 3 years ago
If you are using a default keycloak setup, you just need to copy the .ear
file to the folder
If you are using a default keycloak setup, you just need to copy the
.ear
file to the folder/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.
@aspiazza , this repository is an open source java maven project meant to be compiled and then deployed in keycloak. The way you write your questions makes me think that you are unaware of what is maven or how to build a java project. If this is the case, there is no problem, you can still benefit from this federation provider, but I think it is better you look for some help on your organization before.
After building it with maven, like I described in the README file, and then deploying it to the corresponding folder, the one I have previously indicated, you should see an option to select the singular-db-user-provider on the web interface of keycloak.
This is not a default pre-configured solution, keep in mind that even after everything is deployed, you still have to write your SQL queries accordingly so that the provider can look up your users and check passwords against the database.
Feel free to ask any other questions, I will try to help somehow.
Best regards,
On Thu, 2 Sept 2021 at 10:03, aspiazza @.***> wrote:
Hm, where should I run the build command from? The deployments folder?
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/opensingular/singular-keycloak-database-federation/issues/3#issuecomment-911656843, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAER4LYXPHSYN3HSVN3ZD3DT75YY5ANCNFSM5DEZD5TA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
I am having trouble finding out how to install this in KeyCloak. Am I missing something from the doumentation?