Extends Rest API

Hi guys,
I need to extend the REST API in order to hook my authentication and authorization component. Is it possible?

Thanks
L

You can embed the REST API’s resources in a custom JAX-RS application as described here: https://docs.camunda.org/manual/7.7/reference/rest/overview/embeddability/. You can then add any resources, servlet filters, etc. on top.

Cheers,
Thorben

2 Likes