camunda-community-hub / camunda-platform-7-keycloak

Camunda Keycloak Identity Provider Plugin
Apache License 2.0
130 stars 71 forks source link

Does it support quarkus #188

Closed yangle94 closed 5 months ago

yangle94 commented 6 months ago

I am considering migrating the code from Springboot to Quarkis, which uses this plugin. May I ask if it supports Quarkis

VonDerBeck commented 6 months ago

@yangle94: The Keycloak Identity Provider itself is nearly independent of any platform other than Camunda 7. It is available as pure dependency to be used in Spring Boot, as *-run package especially for Camunda Run, and last but not least with all other required dependencies shaded into it as *-all package, so that you can even use it in old school application servers, Tomcat standalone etc. I would suggest that you use the *-all-x.y.z.jar version because it includes all required foreign dependencies. With that you should be able to get the extension up and running with Quarkus.

VonDerBeck commented 5 months ago

Closing this issue now. If there are any remaining topics please feel free to reopen this ticket.