What's the right way to use Keycloak as IDM?

Hi, I am new to flwoable.

I am using flowable flowable-spring-boot-starter-rest 7.1.0 with Spring Boot 3.

I want to use existing keycloak as IDM, what’s is the right option?

  1. Implementing IDM interface, with keycloak client library.
  2. With Spring security, and let spring security handle interaction with keycloak(is this even possible?)

the “pure” solution is typically creating a custom IDM implementation that calls Keycloak under the hood

1 Like