Segregate authentication from camunda

Hi Guys,

I am new to Camunda. In camunda there is a proper user management. You can use dashboard to create users and what kind of access they have. But we also have a user management in our own services. We want to use authtoken and privileges from our services. So, I just want to segregate authentication part out of camunda. Is there any way to do this? Or camunda comes with authentication bundled in it.

Thanks,

@mohity by default authentication is disabled in camunda, so it’s easier you can add your own authentication mechanism to camunda

You can integrate with LDAP Identity Service | docs.camunda.org