Hello everyone,
I am currently using Camunda 7 with LDAP for authentication. In my setup, LDAP handles user authentication, and then I store the user in Camunda and assign them to the appropriate groups (created within Camunda).
As I prepare to migrate to Camunda 8, I understand that Keycloak is recommended for identity and access management. My question is: how can I migrate my existing users, groups, and authorizations from my current setup to Keycloak / Identity?
Specifically, I would like to know the best practices or steps to transfer my user data, group memberships, and authorization policies to ensure a seamless transition.
Thanks in advance for your guidance!