AzureFunctionsEasyAuth
AzureFunctionsEasyAuth copied to clipboard
A repo with sample code for using Azure Functions with App Service Authentication ("EasyAuth")
I tried to read the Current Principal on Azure Functions v2, but Thread.CurrentPrincipal as ClaimsPrincipal is null Does Azure Functions v2 works with Easy Auth ?
You mentioned in your [blog article](https://blogs.msdn.microsoft.com/stuartleeks/2018/02/19/azure-functions-and-app-service-authentication/) that the code was developed with the customer goal of integrating with Unity. I have this need currently, and haven't found a lot of...
Hi, I can see "Azure Active Directory B2C" on your page : https://easyauthweb.azurewebsites.net/vanilla-js but I can t see in your code https://github.com/stuartleeks/AzureFunctionsEasyAuth/blob/master/src/SimpleWebClient/Pages/vanilla-js.cshtml Is there something missing in your git repository?...