This library, ADAL for Python, will no longer receive new feature improvements. Instead, use the new library
MSAL for Python.
If you are starting a new project, you can get started with the
MSAL Python docs
for details about the scenarios, usage, and relevant concepts.
If your application is using the previous ADAL Python library, you can follow this
migration guide
to update to MSAL Python.
Existing applications relying on ADAL Python will continue to work.
Microsoft Azure Active Directory Authentication Library (ADAL) for Python
master branch
dev branch
Reference Docs
Getting Started
Docs
Python Samples
Support
Feedback
The ADAL for Python library enables python applications to authenticate with Azure AD and get tokens to access Azure AD protected web resources.
You can learn in detail about ADAL Python functionality and usage documented in the Wiki.
Installation and Usage
You can find the steps to install and basic usage of the library under ADAL Basics page in
|