Hello, I’ve been struggling with this issue for a long time. I have a running Camunda process on a test environment that I can’t login into. The local one (localhost) works just fine.
The issue is that when I try to login I get the “Login Failed : Wrong credentials, locked user or missing access rights to application” error.
Now, I have access to the DB and checked all user related tables: act_id_user, act_ru_authorization,act_id_group, they all seem fine, they have data; What I tried:
-removed all data from the tables=> camunda asks me to create default user admin, I create one, still the same error
-i have access to the Camunda REST API and run multiple request, like create user & check identity (for example …engine-rest/identity/verify)=>everything seems fine, i can create, update users identities, etc
-i have checked the locking of the user in table act_id_user, column lock_exp_time_ => it’s null
Now, is it possible that SOMETHING is different on this 2 environment? Yes, of course, but since Camunda is started and I have access to the Cockpit login page, doesn’t mean that I should be able to login? Or maybe there is the option that the cockpit webapp is not started? How can I check that (the login page is functional).
Also, what I think it’s really important is that I get 403 Forbidden when I try to login on the test env.
Can you please help?
Thanks a lot !