Hi,
I am unable to create a user in Camunda WebApp. ( SpringBoot 7.13 embedded version)
Getting HTTP 403 response code.
In API documentation page for /user/create endpoint mentioned 403 response code means Identity Service ReadOnly.
However, there is no error printed in the console.
I am using the default database identity provider with Read/Write. I am able to create new groups without any problem.
Any help would be appreciated …
Thanks