AzureAD / microsoft-authentication-library-for-python

Microsoft Authentication Library (MSAL) for Python makes it easy to authenticate to Microsoft Entra ID. General docs are available here https://learn.microsoft.com/entra/msal/python/ Stable APIs are documented here https://msal-python.readthedocs.io. Questions can be asked on www.stackoverflow.com with tag "msal" + "python".
https://stackoverflow.com/questions/tagged/azure-ad-msal+python
Other
796 stars 200 forks source link

Resource id adjustments #741

Closed rayluo closed 3 weeks ago

rayluo commented 3 weeks ago

This MSAL .Net issue is applicable to MSAL Python, Java, Node.

This PR addresses that issue in MSAL Python, and may serve as pseudo code to represent what needs to be changed and tested.

After this PR, Resource ID will be sent as mi_res_id in App Service, and as msi_res_id in other flavors.