How to add basic authentication when invoking camunda rest api's

i am using camunda rest api’s to start camunda process from other external systems, i want to add basic authentication to camunda rest apis , how can we do this, we are using java spring.

Hi,

If you are using a Spring based app deployed o Tomcat, this [1] may be of interest, eg how to configure a servlet filter…

regards

Rob

[1] https://docs.camunda.org/manual/7.8/reference/rest/overview/authentication/