I would like to use the Camunda rest API-s. Do you have any idea how can I set the permission of the REST services?
At the moment everybody who knows the API can call the service without any limitation.
Is there any JWT token like solution for the rest-API-s?
Camunda provides a Basic Auth filter for the REST API (see docs). I’m not aware of a JWT solution but you could implement an own authentication provider and use it instead of the Basic Auth provider.