How to authenticate during local development using an identity provider in Azure App Service
We have a deployment pipeline for our Azure App Service (python runtime) with a Microsoft Entra ID identity provider for authentication. This works fine in the cloud, but we want to be able to use the same authentication pattern while developing locally.