Camunda Keycloak Community Extension 2.2.1 released

Hi Community folk,

we’re excited to announce the release 2.2.1 of the Keycloak Identity Provider Plugin:

<dependency>
    <groupId>org.camunda.bpm.extension</groupId>
    <artifactId>camunda-bpm-identity-keycloak</artifactId>
    <version>2.2.1</version>
</dependency>

This is a bugfix only release.

Fixes in version 2.2.1:

  • Fixed a bug where “like” filters in combination with missing Keycloak attributes (e.g. Keycloak users without email, lastname, firstname) may cause a NullPointerException.

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

Btw.: This has been one of the fastest releases of this plugin. It took less than 24 hours from the issue report over reproducing and fixing it up to publishing a new release.Thanks to the great Camunda Community Hub and it’s well prepared work space. :smile:

Best
Gunnar

5 Likes