How to call AAD protected function via Azure API Gateway
Recently I had a requirement to expose an AAD protected Azure Function via an Azure API Gateway. The caveat was the function was to be exposed via a header key…
Recently I had a requirement to expose an AAD protected Azure Function via an Azure API Gateway. The caveat was the function was to be exposed via a header key…
Once you have protected an Azure Function using AAD (Azure Active Directory) , these instructions allow you to securely call it from a React application (or any…
The following steps describe how to protect an Azure Function with AAD (Azure Active Directory). Step 1: Add identity provider Navigate to your Azure Function a…
Once you have protected an Azure Function using AAD (Azure Active Directory) , these instructions allow you to securely call it from another process (e.g. Conso…