Camunda Keycloak Community Extention 1.0.0 released

Hi Community folk,

Many of you probably know @VonDerBeck - he’s been actively helping the community with the keycloak extension that he built and we’ve now added it as part of of the Camunda community extensions. This just means that Camunda will be building and publishing releases of the extension.

The first version 1.0.0 was released today and you can find in on maven.

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

@VonDerBeck has also been kind enough to write up a detailed blog post on how to use this extension. You’ll find it here.

Many, many thanks to Gunnar for his work on this, I’m looking forward to seeing how it is taken up by the community.

7 Likes

That’s really great!
I’ve built own implementation of it. In future people can use out of the box solution.

Thanlks, @VonDerBeck!

1 Like

That’s truly grateful . Thanks alot camunda team , really appreciate your work and presence @VonDerBeck @Niall

Great stuff!! Thanks so much for contributing that @VonDerBeck!