Enabling Client Certificate Authentication for an Azure Web App
By Nazim Lala Software Engineer, Azure AppService
Posted on
<1 min read
We previously discussed how to use certificates in Azure Web Apps to perform things like outbound client certificate authentication but you didn’t have the ability to enable in-bound client certificate authentication (TLS mutual authentication) to your Azure Web App. Now, we are happy to say we have the functionality to have a web app require TLS client certificates to authenticate.
To learn more, please follow the instructions in our Azure documentation to enable this for your Azure Web App today!