Azure-Samples / ms-identity-python-on-behalf-of

This sample demonstrates a Python Django web application calling a Python Flask web API that then calls the Azure Management API subscriptions endpoint. The web application and API are secured using Azure Active Directory.
MIT License
27 stars 18 forks source link

Use flexible range so that customers would pickup latest version of MSAL #6

Open rayluo opened 3 years ago

rayluo commented 3 years ago

Our telemetry indicates that some newly created apps were using older version of MSAL. We hope a flexible range in samples would help customers to automatically pick up later version of MSAL.

MSAL uses semantic versioning. Apps using 1.x versions can safely upgrade to use a later version of MSAL 1.x.