We are already using Keycloak for User and Group store , is it possible to integrate Flowable to third party IDM like Keycloak.
Flowable integration with Keycloak
tijs
#2
Hi,
Yes sure. The IdentityService is pluggable so you can create a Keycloak implementation of the IdentityService and use that implementation instead of the default simple db one.
Best regards,
Tijs
tijs
#4
Hi,
RemoteIdmService is used within the Flowable Task application to get IDM information from the IDM app. If you want to integrate Keycloak you need to integrate it into the IdmEngineConfiguration with a custom implementation of the IdmIdentityService.
Best regards,
Tijs