I am using Azure app service container to deploy Camunda. I need to enable basic authentication for my Camunda REST Api’s
I am currently using BPM_PLATFORM_XML environment property to point to my bpm-platform.xml file.
Camunda docs states we need to enable basic authentication in web.xml file. If I need to do this then I cannot mount the web.xml file alone.
Will I be able to use environment property to point to custom web.xml file?
Or is there any other way where I can use bpm-platform.xml or other environment properties to enable basic auth?
I already checked this link to enabled LDAP plugin, but I want to enable only the basic auth and not LDAP.