Azure-Samples / ms-identity-python-webapp

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

Decouple Azure Authentication from Web App [On-Hold] #15

Closed ugreg closed 1 year ago

ugreg commented 4 years ago

Added an AzureAuth class to showcase how authentication and authorization logic can be decoupled.

ugreg commented 4 years ago

You're very welcome! Thanks to your for putting this together. This sample has been very useful for an app I'm working on for HoloLens Guides.

rayluo commented 1 year ago

Thanks for your inspiration, @ugreg ! We ended up choosing to go one step further, to move all those helpers into its own helper library, via #88.