Merge branch 'mssl-fix' into 'master'

Enable basic authentication in cert-mgt webapp

Closes product-iots#128

See merge request entgra/carbon-device-mgt!203
revert-70aa11f8
Dharmakeerthi Lasantha 5 years ago
commit 3d9813f97e

@ -37,6 +37,10 @@
<param-name>doAuthentication</param-name>
<param-value>true</param-value>
</context-param>
<context-param>
<param-name>basicAuth</param-name>
<param-value>true</param-value>
</context-param>
<!--publish to apim-->
<context-param>

@ -41,6 +41,10 @@
<param-name>isDefault</param-name>
<param-value>false</param-value>
</context-param>
<context-param>
<param-name>basicAuth</param-name>
<param-value>true</param-value>
</context-param>
<!--publish to apim-->
<context-param>

Loading…
Cancel
Save