Hey guys,
we’re using Camunda in a Spring Application with a custom identity service, that means we don’t use the Camunda tables for storing user information. This works very well.
Now we would like to add Cockpit and are not quite sure how to go about this regarding authentication. As far as I can see, the standalone web application provides authentication over the Camunda tables or over LDAP via a plugin.
Is there any way we can use our custom identity service in there? Maybe via custom plugin or custom restcall, but then we would have to build cockpit ourselves, right? Any other ideas?