Activiti / activiti-cloud-examples

Activiti Cloud Examples using Docker Images from: https://hub.docker.com/u/activiti
Apache License 2.0
139 stars 119 forks source link

403 Forbidden #130

Open zemelLeong opened 3 years ago

zemelLeong commented 3 years ago

I use admin/admin login got 403 error. image image

dhrn commented 3 years ago

admin don't have modeling role. use modeler user or add modeling role to admin user

zemelLeong commented 3 years ago

How can I add a modeler user?

dhrn commented 3 years ago

add the user in the keycloak. http://192.168.30.19/auth

have a look on this realm json

zemelLeong commented 3 years ago

Thank you very much!