How i can add Authorization for Camunda Rest APIs

I’m running a standalone Camunda, I have a Spring Boot application that is used to call REST APIs, and I want to add authorization to the Camunda REST APIs

  1. How do I add authorization to Camunda Standalone?
  2. How to create credentials?
  3. How do I send credentials in the API?

Hi @Ayah_Alrifai,

There is a blog post on securing Camunda 7 Run:

You can activate authentication in the configuration file of your standalone Camunda application:

You can use the Camunda Admin to create new users.
The API is secured via basic auth.

I hope this helps.

Stephan