Relative Content

Tag Archive for pythonazure-web-app-serviceazure-webappsazure-authenticationazure-python-sdk

Attempting to use the Azure Web App ‘Identity provider’ feature with a web app that uses the Python Azure SDK (azure.identity)

I’m attempting to build a web app for end users to manage their VMs in Azure (giving them access/visibility to VMs based on their existing permissions). I’d like to take advantage of the identity provider built into the Azure We App resource (aka ‘Easy Auth’ feature). This involves the Azure web app resource itself proxying authentication and passes user details to the app code via headers.