Camunda External Task Client is not Supporting Oauth2 / Openid

Hi

I started using the external task client to consume set of topics, but my camunda is integrated with keycloak and I can see https://github.com/camunda/camunda-bpm-platform/tree/master/clients/java provides only basic authentication.

external JS client works as it provides support for keycloak, but I would prefer spring boot over it.
Is there any release plan to include keycloak in Java external task clients?

I asked the same question and got this answer:

the External Task Spring Boot Starter offers a request interceptor where you implement OAuth2 implementation: External Task Client Spring Boot Starter | docs.camunda.org

Cheers!