Camunda Keycloak Community Extension 2.0.0 released

Hi Community folk,

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

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

New features in version 2.0.0:

  • Support for Camunda BPM Run.
  • Thanks to Dominik Kunz we now have optional proxy support.

Internal changes in version 2.0.0:

  • Usage of com.google.code.gson for JSON (de)serialization.
  • Further internal refactorings and preparations for future enhancements.

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

Best
Gunnar

3 Likes

Additionally I would like to draw your attention to the fact that the SSO Kubernetes example (https://github.com/camunda/camunda-bpm-identity-keycloak/tree/master/examples/sso-kubernetes) has been updated as well.

I have migrated the sample from Spring Security OAuth 2.x to Spring Security 5.2.x. Which makes implementation and configuration much easier and more clear.

Hope this helps
Gunnar

1 Like