camunda-identity-keycloak
camunda-identity-keycloak copied to clipboard
Plugin does not run with Camunda 7.11 due to usage of missing internal Camunda APIs
The plugin uses some internal API from Camunda that was removed with 7.11. - this causes a ClassNotFoundException.
java.lang.ClassNotFoundException: org.camunda.bpm.engine.impl.util.json.JSONException
Affected classes are KeycloakContextProvider
and KeycloakIdentityProviderSession
.
This issue is related to https://app.camunda.com/jira/browse/CAM-9511, changes that were made are documented here: https://github.com/camunda/camunda-bpm-platform/commit/abdd129f8daec70a39340e3e4d69daf42de9702c#diff-d96383b5e889c37284e7baaea3865a85
I'm not sure if I find the time to provide a pull request to fix this, but at least it's documented now.