Contents

msal 1.34.0

0

The Microsoft Authentication Library (MSAL) for Python library enables your app to access the Micros

The Microsoft Authentication Library (MSAL) for Python library enables your app to access the Microsoft Cloud by supporting authentication of users with Microsoft Azure Active Directory accounts (AAD) and Microsoft Accounts (MSA) using industry standard OAuth2 and OpenID Connect.

Stars: 947, Watchers: 947, Forks: 211, Open Issues: 73

The AzureAD/microsoft-authentication-library-for-python repo was created 9 years ago and the last code push was 27 minutes ago.
The project is popular with 947 github stars!

How to Install msal

You can install msal using pip

pip install msal

or add it to a project with poetry

poetry add msal

Package Details

Author
Microsoft Corporation
License
MIT
Homepage
https://github.com/AzureAD/microsoft-authentication-library-for-python
PyPi:
https://pypi.org/project/msal/
Documentation:
https://msal-python.readthedocs.io/
GitHub Repo:
https://github.com/AzureAD/microsoft-authentication-library-for-python

Classifiers

No  msal  pypi packages just yet.

Errors

A list of common msal errors.

Code Examples

Here are some msal code examples and snippets.

GitHub Issues

The msal package has 73 open issues on GitHub

  • [Feature Request] Release pymsalruntime wheels for Windows ARM64 Architectures
  • Add form_post response mode support for system browser authentication
  • Security: Remove unsafe PowerShell fallback in WSL
  • Add OIDC issuer validation
  • [Bug] Broker on Mac error to authenticate "Source application does not match redirect uri host. Invalid source app."

See more issues on GitHub

Related Packages & Articles