Azure-Samples / ms-identity-python-webapp

A Python web application calling Microsoft graph that is secured using the Microsoft identity platform
MIT License
284 stars 135 forks source link

How can this sample be modified to be used with managed identity? #60

Closed abagherp closed 2 years ago

abagherp commented 3 years ago

I am trying to modify this sample to use system-assigned identity of my application, to sign in the user and query basic information. Is there any example of that? And generally, would it be possible to replicate the behaviour of this sample using managed identity?

jmprieur commented 3 years ago

I'd suggest you have a look at the Azure SDK for Python: https://github.com/Azure/azure-sdk-for-python