Hi,
I am having an embedded application which consists of spring boot application and camunda rest dependencies, now all my non Camunda APIs are secured with Bearer Token and I am using Spring Security. I want the camunda rest apis to use the same when queried for.
I have enabled camunda.bpm.authentication via yml file, but still I am able to access the engine-rest apis without any authentication, I want to use the same jwt bearer token for camunda engine-rest apis too.