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
How do I add authorization to Camunda Standalone?
How to create credentials?
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
system
Closed
July 14, 2024, 12:47pm
3
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.