Skip to content

Identity and Authentication

Jianghao Lu edited this page Aug 7, 2020 · 3 revisions

The Azure Identity library provides Azure Active Directory token authentication support across the Azure SDK. It provides a set of TokenCredential implementations which can be used to construct Azure SDK clients which support AAD token authentication.

This library currently supports:

Source code | API reference documentation | Azure Active Directory documentation

Getting started

To learn how to get started, including getting the package and the prerequisites, please see the README file in azure-identity library source.

Set up your environment for authentication

To learn about how to set up your environment for Azure Identity to authenticate, please see Set up Your Environment for Authentication page.

Examples

There are a list of examples for using Azure Identity library on Azure Identity Examples page.

Impressions

Clone this wiki locally