Add Authentication for REST API in Camunda-Run

Hello,

I am trying to add authentication to camunda rest api since on default it can be called without any authentication. After reading some posts on the forum and this documentation: Configure Authentication, it can be done by modifying the web.xml file.

However i have no idea where this file is located on camunda-run distribution, i tried to look inside the jar file and found nothing. Also my camunda-run is running on windows server while the other posts that i found the solution is applicable on tomcat server. So i have no idea how to proceed

Is there an alternative way or any guide on how to do this?

Any help is appreciated!

Here’s my background just in case:
I am .Net developer using camunda to integrate flows between application and process
I’ve never used java and it’s framework

Hi @dummy_account,

you can enable authentication in the *.yml file in folder configuration. Here are the details: Camunda Platform Run | docs.camunda.org

Hope this helps, Ingo

Now i feel stupid for not reading the platform documentation (sigh).

Anyway thanks for the answer, it worked perfectly when i tried to use it via postman!