Camunda Keycloak Community Extension 2.2.3 released

Hi Community folk,

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

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

This release includes important improvements for non-SSO scenarios when working with External Task Clients.

New Features in version 2.2.3:

  • Optional Keycloak Login Cache - helps you to minimize password check requests to Keycloak and thus improve performance. Not applicable in SSO scenarios, but very useful e.g. when using External Task Clients with Basic Auth.

Improvements of version 2.2.2:

  • Optimized user / group queries when using single items in userIdIn(...) / groupIdIn(...) selections

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

Hope this helps to support a broder range of individual setups.

Best
Gunnar

1 Like