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

Use a neutral name to hopefully avoid false alarm #586

Closed rayluo closed 1 year ago

rayluo commented 1 year ago

Thanks @bgavrilMS for noticing the recent alarm 13 and alarm 14.

They are both false alarms. In this PR, we change the name of the variable.

The CodeQL has been configured to auto scan "PRs to dev" branch, so, a green test result would supposedly mean our fix is good. But then again, none of the recent CodeQL action result was red. So, we don't really know what the color means.

~P.S.: The current test automation failure is caused by a different reason. The msidlab8 seems down. Lab team has been informed.~ It is fixed now.