Azure Functions and App Service Authentication with Auth0 and other OpenID Connect providers

Azure Functions and Azure App Service recently added integration with OpenID Connect (OIDC) providers. We can now use any OpenId Connect compliant provider to authenticate users in our apps.In this article, we'll look at how to configure Auth0 with Azure Functions. The same steps can be used to…