Could you please let me know if it is possible to customize the Admin Console in Camunda. I want to customize the User/Groups creation page by adding custom fields (Example: Phone Number, Campany and address etc). Users and Groups information should be populated from third-party services rather than the Camunda Database.
Hi @jyothsna.c,
Camunda Admin is not designed to be customized beyond the color and header.
Best approach in your situation is to create a frontend to your user storage and provide an implementation of the ReadOnlyIdentityProvider
interface: Identity Service | docs.camunda.org
Hope this helps, Ingo