Camunda Keycloak Community Extension 1.1.0 released

Hi Community folk,

we just released version 1.1.0 of the Keycloak Identity Provider Plugin:

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

New features in version 1.1.0:

  • Ability to read group hierarchies
  • New option useGroupPathAsCamundaGroupId for readable group IDs. Helps a lot when configuring authorizations.

Fixes in version 1.1.0:

  • Keycloak handles queries for user attributes (firstname, lastname, email) always as ‘like’ queries. This can lead to unexpected and too much results. Hence the plugin must treat the Keycloak results only as prefiltered and implement exact checks itself.
  • Enhanced Charset handling in ReadOnlyIdentityProvider.checkPassword(...)

For more infos on the plugin see https://github.com/camunda/camunda-bpm-identity-keycloak

Gunnar

4 Likes

Thanks again for your work Gunnar

(next time the release will be a lot faster from our side :slight_smile: )