I am using flowable as a service with our other software and would like to use keycloak or any other authentication/authorization for user management.
I am using all modules of flowable as spring boot application and would like all the apps to use my authentication/authorization rather than flowable user/roles or LDAP.
Is there a way to do this?
If yes, is there any sample code I can refer to?
I have a very typical problem. I am using modeler, IDM and REST WARs running as a spring boot application for a project and I have pointed to REST for modeler than using TASK. Now I have a login management module which provides REST APIs for user Authentication and Authorization.
I am not sure how and where to change to enable Modeler and REST to do all authorization using my Authorization module.
Any sample code or pointers will be very helpful.