Authenticate Camunda REST APIs using Bearer Token of Spring Security

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.

@aravindhrs any thoughts on this?

Try this. GitHub - DigitalState/camunda-rest-jwt-authentication: Camunda BPM plugin library providing JWT Authentication