Skip to content

Roadmap

Ray Luo edited this page Dec 11, 2018 · 11 revisions

The MSAL Python Roadmap 2019

The MSAL library 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:

  • Functionality Completeness:
  • Feature parity with ADAL Python, including token acquisition and token cache (but with different API and format).
  • The library will also support Azure AD B2C.
  • Support On-Behalf-Of flow.
  • Samples for onboarding: Onboarding has been a frequent request when we are maintaining similar SDKs. We hear you!
  • 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. :-)