Camunda 8.6 Console requires a redirect_uri causing login issues

Hello,
After enabling console, and setting it’s contextPath to /console, at login using demo/demo causes error “redirect_url”.

We were unable to change the redirect_url attribute in “Console Application” within /identity because demo userId does not allow changing the redirect_url. The documentation describes no ENV variable that allows us to set the “Redirect_Url” attribute. Alternatively, what user can we login with to allow us to change the Redirect_Url for console Application in Identity?

Regards,
Atul

Nevermind. We forgot to add this:

console:
        redirectUrl: "https://dev-camunda.abcdefg.dev/console"

This will be solved by following steps.

  1. Login to KeyCloak and go to each clients[for example identity/operate/tasklist],
  2. Add the hostname what you indent to use. Keep the localhost as it is. add another value and replace the localhost with preferred hostname.

Note: This will help for local docker-compose setup.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.