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

Is there an example of how to authorize a request for simple REST APIs? #80

Closed drGarbinsky closed 2 months ago

pamelafox commented 1 year ago

Hi @drGarbinsky,

This sample includes a call to a downstream API from the Microsoft Graph API: https://github.com/Azure-Samples/ms-identity-python-webapp/blob/master/app.py#L57

Is that what you mean? If not, can you clarify what you are looking for?