Hello,
My organization is considering deploying a Camunda shared process engine. We have a completely centralized authentication and RBAC system and as such, I am looking to have all identity and authorization checks call out to the RBAC system.
Without digging too hard into the code, it seems that by providing my own implementations of IdentityService and AuthorizationSerivce (and their related interfaces) as process engine plugins, I should be able to accomplish what I am trying to accomplish. Is there anything else I need to look at/be aware of?
Thanks!