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
757 stars 192 forks source link

MSAL Python 1.20.0 #502

Closed rayluo closed 1 year ago

rayluo commented 1 year ago

New feature:

If your app uses MSAL's acquire_token_interactive(), you can now opt in to use broker on Windows platform to achieve Single-Sign-On (SSO) and also obtain more secure tokens, all without switching the log-in experience to a browser. See details in this online doc, and try it out from this sample. (#451, #415)

For example, after utilizing this new feature, a command-line (CLI) app's login experience would look like this: Azure CLI new login

jiasli commented 1 year ago

Glad to know my screenshot is adopted.

rayluo commented 1 year ago

Glad to know my screenshot is adopted.

In fact, this is the record-setting first time in MSAL Python history that we have a screenshot in the release notes. I don't know whether we should thank you or hate you, @jiasli , you made our previous release notes looked lame. :-)