Camunda Cockpit login throws 401

Hi everyone,

I am trying to integrate Camunda with Spring Boot 2.1.10. application (Java 11).
I added dependencies: camunda-bpm-spring-boot-starter and camunda-bpm-spring-boot-starter-webapp , version 3.2.0 (I have also tried version 3.3.0, 3.4.0 and other versions such as 2.3.0).
Using versions above 3.2.0 (that support Spring Boot 2.1) I am facing 401 on Camunda login.
Of course, I added configuration for testing purposes to my yml file following instructions https://docs.camunda.org/get-started/spring-boot/configuration/.

Thank you in advance,
Julie

Hi,

Regarding project setup: it is generated with JHipster 6.6.0, using server only option.
I added spring boot starter rest dependency and it is working as expected. Webapp dependency however is not working, which is a mayor problem I am facing since I do need Cockpit and Tasklist functionalities.
If any other information is needed, please ask me.

Thank you for your help,
Julie