Replies: 2 comments 8 replies
-
|
@thaDude Created an issue for it. The steps are less painful as we no longer use XML as a configuration format. In this case, you only need to copy the jar to te And then start the server with the configuration options you need. You can also skip the Or in development mode, just run |
Beta Was this translation helpful? Give feedback.
-
|
Also I still have the problem to just use my old providers, when I have some time I will try examples\providers\authenticator\ if it has the same problem. So still examples would be nice. I have a Jar with two providers with factories but one is not going to be accepted anymore by keycloak on build. The factory is still configured in META-INF/services. It passes the session and the scope related searchable attributes to the provider. `@Override @OverRide But when the Jar is deployed and bin/kc.sh build is called, the following exceptions is raised. [2] Unsatisfied dependency for type java.util.Set<java.lang.String> and qualifiers [@default] I currently struggling to understand what actually is missing for the injection. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Are there plans to update the custom REST endpoint examples in https://github.com/keycloak/keycloak/tree/17.0.0/examples/providers to Keycloak 17 based on Quarkus?
I have only recently finished the effort of coding my own endpoints and - somewhat painstakingly - scripting Wildfly to deploy these extensions as part of a Docker build.
Best regards,
David
Beta Was this translation helpful? Give feedback.
All reactions