Coder Social home page Coder Social logo

Comments (3)

viniciusuriel avatar viniciusuriel commented on August 14, 2024 2

Hello, looks like the module is not working in the new release of Keycloak due to the change the way de deployment is done.

Is there a plan to refactor it and make if works?

To deploy it using instructions in my previous comment it would be necessary to do some tweaks.

I ended up finishing the actual migration to keycloak 17+.

You can download and test it under tag 2.0.

from singular-keycloak-database-federation.

viniciusuriel avatar viniciusuriel commented on August 14, 2024

Sure, I will refactor the maven packaging so that it can be deployed in a Quarkus based keycloak.

In fact I have already deployd it in a keycloak 17 Quarkus based installation, but manually.

To do so you could just build this project and deploy the .jars instead of deploying the .ear:

$mvn clean package install
# Copy every jar on singular-keycloak-database-federation\ear-module\target\singular-user-storage-provider-bundle-1.5 to "<keycloak>/providers" directory under your keycloak installation.
# Before restarting keycloak run:
$kc.sh build

For more information see https://www.keycloak.org/docs/latest/server_development/#packaging-and-deployment

I hope it helps while I am not done with this packaging refactoring.
If you try it and face any issue, let me know for further helping.

from singular-keycloak-database-federation.

wcoc avatar wcoc commented on August 14, 2024

That's awesome. Thank you so much.

from singular-keycloak-database-federation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.