Hi,
We are looking for a solution to be able to leverage ExternalTaskClient from Spring Boot application along with OAuth authentication mechanism. From the Spring boot application via the ExternalTaskClient we intend to fetch, lock and complete external tasks queued in another Camunda Spring Boot application.
Is there an extension point or a mechanism to pass the OAuth token while communicating from a client Spring boot application via ExternalTaskClient to Camunda workflow Spring Boot application?
Does Camunda provide any extension point OOTB or what is the prescribed way to get this done?