Azure-Samples / ms-identity-docs-code-python

Source for the Python code snippets in the Microsoft identity platform documentation found on https://docs.microsoft.com.
https://docs.microsoft.com/azure/active-directory/develop
MIT License
16 stars 23 forks source link

Initial import of Python Flask web app #4

Closed ckittel closed 2 years ago

ckittel commented 2 years ago

This is for #DOCS-CODE-019.

Simple web app written in Python Flask that shows protected routes and also how one of the routes can use access tokens that the user granted the web app permission to retrieve to access Microsoft Graph on the user's behalf.

ckittel commented 2 years ago

Thanks @mmacy and @ferantivero, merging now.