How do I get user details in Python web app deployed on Azure App Service authenticated with Microsoft Identity provider?
I have built a web app using Python Dash package and deployed this app on Azure App Service. The web app is currently authenticated through the Azure Portal’s app service authenticate using Microsoft Identity Provider. But how do I get the signed in user details? And how do I authenticate my web app when running locally?