My application is running and getting camunda login page but after putting credentials of users (setup keycloak) getting below,
Login Failed : Wrong credentials, locked user or missing access rights to application
I imported below project into my eclipse,
when I started application its throwing below errors,
Caused by: org.camunda.bpm.engine.impl.identity.IdentityProviderException: Unable to query users
Caused by: org.springframework.web.client.HttpClientErrorException$Forbidden: 403 Forbidden: “{“error”:“unknown_error”,“error_description”:“For more on this error consult the server log at the debug level.”}”
Can someone help me integrating camunda 7.20 using spring boot 3.1.1 with keycloak 24.0.3?
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.