Getting external tasks by by-passing authentication

@Pramod_Yadav There are several implementations available like Basic Auth, SSO using keycloak, etc.

For using Basic Auth:

Set below properties in application.yml file:

camunda.bpm:
  authorization:
    enabled: true

Then follow the post:

Basic Auth for External worker: