Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
Ray Luo edited this page Sep 5, 2019 · 4 revisions

Welcome to the azure-activedirectory-library-for-python wiki!

Azure Active Directory Library for Python is an authentication library which enables Python applications to authenticate and acquire tokens from Azure AD and ADFS to access protected web APIs (Microsoft APIs or applications registered with Azure AD).

In this wiki, you can find information about the features, functionality, known issues and other topics related to ADAL Python. For details about the general Azure AD concepts please refer https://aka.ms/aaddev.

Overview

  1. Learn about the basic usage and concepts in ADAL Basics.

  2. Pre-requisite: Before using ADAL Python you will have to register your applications with Azure AD.

  3. Instantiate and configure the AuthenticationContext: a connection to Azure AD.

  4. Learn more about the ways to acquire a token using ADAL Python.

  5. Refer FAQ for common issues and known bugs. Refer community-driven FAQ for real world topics and their solutions.

  6. Track new features and changes in ADAL Python under Releases.