How do I set the Client Certification mode to "Allow" via Arm template? If I set to clientCertEnabled to true, it sets it to "Enabled", I want to set it to "Allow"
How do I set the Client Certification mode to "Allow" via Arm template? If I set to clientCertEnabled to true, it sets it to "Enabled", I want to set it to "Allow"
@PrivilegedSharvariHDesai-6921 Thank you for your question.
Allow is not one of the variables supported for this setting. Below are the two attributes that you can set for client certs and their possible variables.
"clientCertEnabled": true/false,
"clientCertMode": "Optional/Required",
You can view/edit these by inputting your values in the below URL for your web app.
You will then see these two values for your site listed here and can edit their values.
You can also edit these values in the portal for your web app by navigating Configuration> General settings > Incoming Client Certificate> Certificate exclusion paths
More information on TLS mutual authentication can be found here.
4 people are following this question.