Security for Camunda rest-api

Hello

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?

Thanks in advance: Gábor

Hi @Gabor_Sandor,

you can configure authentication in securityFilterRules.json. If you would like to implement extra measures.

Does that help?
Askar.

Hi Gabor,

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.

Cheers,
Sebastian

Thank you very much the quick answer.

Hi Gabor,

We are implementing a JWT base solution for Camunda as well. In this post you can find a few pointers to where you can start the implementation.

Kind regards

Pieter

2 Likes