PreviousNext

Securing Azure Functions using certificate authentication

by bill-s, 2020-09-04T07:04:05.463Z

This article shows how to secure Azure Functions using X509 certificates. The client is required to send a specific certificate to access the Azure Function. Code: https://github.com/damienbod/AzureFunctionsSecurity Blogs in the series Securing Azure Functions using API Keys Securing Azure Functions using Certificate authentication

Read More