Unable to login to the modeler via idm

I’m unable to log in to the modeler via the idm and my user has the access-rest-api, access-idm privileges as well as the access-modeler but I get the following error:

{
  "timestamp":"2019-06-26T09:05:52.729+0000",
  "status":401,
  "error":"Unauthorized",
  "message":"Authentication failed",
  "path":"/flowable-idm/app/authentication"
}

Am I missing anything?

I should also mention that all that is deployed in the servlet container is:
flowable-idm.war
flowable-modeler.war
my-springboot-starter-rest.war

I just wiped my database and redeployed everything over again and it worked.

1 Like