Unable to create user in Camunda WebApp

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

Hi @pradeep.poojari,

Password should meet the built-in password policy or otherwise policy should be either customized or disabled.

Hi @hassang

My question is not on password policy I was unable to create users in web app.

However, I have gone through the password policy doc, Tried creating a new user as per the password policy but no help it failed with the same HTTP 403 error.