Authentification to Camunda throw own backend

Hello.
Is it possible to use own database users to authenticate to Camunda?

Hello @towechka ,

welcome to the forum. In general, you are super-flexible in providing your own Identity Service to Camunda 7.

Out-of-the-box, there is LDAP: Configuration | docs.camunda.org

This is contained in all of our distributions and only needs to be configured.

If you need to connect another Identity Provider, you have the possibility to extend the Platform.
One example from the community is the Keycloak Plugin: GitHub - camunda-community-hub/camunda-platform-7-keycloak: Camunda Keycloak Identity Provider Plugin

This plugin connects to Keycloak as Identity Provider AND enables the possibility to use SSO as well.

I hope this helps

Jonathan