Security token in rest engine

Hi all,

I’ve been trying to make the basic auth in the Rest Engine calls and it worked well for me, but I’d like to know if its possible make the authentication go with security tokens.

Kind regards,

Ignacio

You have to roll your own security provider as per: https://docs.camunda.org/manual/7.7/user-guide/process-engine/identity-service/

here is a one for using JWT: https://github.com/DigitalState/camunda-rest-jwt-authentication

2 Likes

This is an other way to do it : Configure Authentication | docs.camunda.org
" The authentication provider is exchangeable. You can implement the interface org.camunda.bpm.engine.rest.security.auth.AuthenticationProvider to provide another authentication method and change the filter’s initialization parameter accordingly."