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