适用于开发人员的 Azure Active Directory (v1.0) 概述Azure Active Directory for developers (v1.0) overview
警告
本内容适用于较旧版本的 Azure AD v1.0 终结点。This content is for the older Azure AD v1.0 endpoint. 为新项目使用 Microsoft 标识平台。Use the Microsoft identity platform for new projects.
Azure Active Directory (Azure AD) 是一个云标识服务,开发人员可以使用它来生成应用,让用户使用 Microsoft 工作或学校帐户安全登录。Azure Active Directory (Azure AD) is a cloud identity service that allows developers to build apps that securely sign in users with a Microsoft work or school account. Azure AD 支持开发人员生成单租户业务线 (LOB) 应用和多租户应用。Azure AD supports developers building both single-tenant, line-of-business (LOB) apps, as well as developers looking to develop multi-tenant apps. 除了基本登录以外,Azure AD 还可以让应用调用 Microsoft Graph 等 Microsoft API,以及在 Azure AD 平台上生成的自定义 API。In addition to basic sign in, Azure AD also lets apps call both Microsoft APIs like Microsoft Graph and custom APIs that are built on the Azure AD platform. 本文档介绍了如何使用行业标准协议(例如 OAuth2.0 与 OpenID Connect)向应用程序添加 Azure AD 支持。This documentation shows you how to add Azure AD support to your application by using industry standard protocols like OAuth2.0 and OpenID Connect.
- 身份验证基础知识 关于如何使用 Azure AD 进行身份验证的简介。Authentication basics An introduction to authentication with Azure AD.
- 应用程序的类型 Azure AD 支持的身份验证方案的概述。Types of applications An overview of the authentication scenarios that are supported by Azure AD.
入门Get started
v1.0 快速入门和教程将逐步讲解如何使用 Azure AD 身份验证库 (ADAL) SDK 在偏好的平台上生成应用。The v1.0 quickstarts and tutorials walk you through building an app on your preferred platform using the Azure AD Authentication Library (ADAL) SDK. 若要开始使用,请参阅 Microsoft 标识平台(面向开发人员的 Azure Active Directory)中的 v1.0 快速入门和 v1.0 教程。See the v1.0 Quickstarts and v1.0 Tutorials in Microsoft identity platform (Azure Active Directory for developers) to get started.
操作指南How-to guides
有关 Azure AD 中最常见任务的详细信息和演练,请参阅 v1.0 操作指南。See the v1.0 How-to guides for detailed info and walkthroughs of the most common tasks in Azure AD.
参考主题Reference topics
以下文章详细介绍了在 Azure AD 中使用的 API、协议消息和术语。The following articles provide detailed information about APIs, protocol messages, and terms that are used in Azure AD.
- 身份验证库 (ADAL) Azure AD 提供的库和 SDK 的概述。Authentication Libraries (ADAL) An overview of the libraries and SDKs that are provided by Azure AD.
- 代码示例 所有 Azure AD 代码示例的列表。Code samples A list of all of the Azure AD code samples.
- 术语表 本文档通篇使用的术语和单词定义。Glossary Terminology and definitions of words that are used throughout this documentation.
帮助和支持Help and support
如果需要帮助、需要报告问题,或者需要详细了解支持选项,请参阅面向开发人员的帮助和支持。If you need help, want to report an issue, or want to learn about your support options, see Help and support for developers.