-
Notifications
You must be signed in to change notification settings - Fork 205
Home
Ray Luo edited this page Jun 19, 2019
·
8 revisions
Microsoft Authentication Library (MSAL) for Python gives your app the ability to begin using the Microsoft Cloud by supporting Microsoft Azure Active Directory and Microsoft Accounts in a converged experience using industry standard OAuth2 and OpenID Connect. The library will also support Azure AD B2C.
MSAL Python aims to be the most convenient way to help achieving the goals outlined above. In order to help more app developers, our work on this library will be from three areas:
- Roadmap:
- Feature parity with ADAL Python, including token acquisition and token cache (but with different API and format).
- Feature requests in Github, sorted by thumbs-up
- Previous releases can be found in github releases page here
- Samples for onboarding: Onboarding has been a frequent request when we are maintaining similar SDKs. We hear you!
- Let every possible usage scenario be covered by a sample.
- Provide API reference documentation.
- On-demand Release: We do not have a specific release cadence. We do on-demand release often, so that you don't need to wait long for a bugfix. Try it by sending us bug reports. :-)