Camunda Keycloak Community Extension renamed to "camunda-platform-7-keycloak"

Hi Community folk,

the Camunda Keycloak Identity Provider has been renamed to camunda-platform-7-keycloak and has been released under the version 7.17.0:

<dependency>
    <groupId>org.camunda.bpm.extension</groupId>
    <artifactId>camunda-platform-7-keycloak</artifactId>
    <version>7.17.0</version>
</dependency>

What else has happened:

  • Introduced a new version policy which reflects the Camunda version used in samples and tests.
  • Samples have been updated to use the newest Camunda 7.17.x version
  • Updated the SSO Kubernetes sample to work with the newest Docker Desktop version.

For more infos on the plugin see GitHub - camunda-community-hub/camunda-platform-7-keycloak: Camunda Keycloak Identity Provider Plugin

Best
Gunnar

2 Likes

Thanks so much @VonDerBeck !