Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#36160 from jhutchings1/UpdateOverview
Browse files Browse the repository at this point in the history
Updated overview
  • Loading branch information
Lisaco88 authored Mar 23, 2018
2 parents 96ecd23 + 75288dc commit 07005ba
Showing 1 changed file with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Azure Active Directory for developers | Microsoft Docs
description: This article provides an overview of signing in Microsoft work and school accounts by using Azure Active Directory.
description: This article provides an overview of signing in Microsoft work and school accounts by using Azure Active Directory.
services: active-directory
author: dstrockis
manager: mtillman
Expand All @@ -17,15 +17,18 @@ ms.author: dastrock
ms.custom: aaddev
---
# Azure Active Directory for developers
Azure Active Directory (Azure AD) is a cloud identity service that allows developers to securely sign in users with a Microsoft work or school account. This documentation shows you how to add Azure AD support to your application by using the industry standard protocols: OAuth2.0 and OpenID Connect.
Azure Active Directory (Azure AD) is a cloud identity service that allows developers to build apps which securely sign in users with a Microsoft work or school account. Azure AD supports developers building both single-tenant, line-of-business (LOB) apps, as well as developers looking to develop multi-tenant apps. In addition to basic sign in, Azure AD also lets apps call both Microsoft APIs like [Microsoft Graph](https://developer.microsoft.com/en-us/graph/docs/concepts/overview) and custom APIs that are built on the Azure AD platform. This documentation shows you how to add Azure AD support to your application by using industry standard protocols like OAuth2.0 and OpenID Connect.

> [!NOTE]
> Most of the content on this page focuses on the Azure AD v1 endpoint, which supports only Microsoft work or school accounts. If you want to sign in consumer or personal Microsoft accounts, please see more information on the [Azure AD v2.0 endpoint](active-directory-appmodel-v2-overview.md). The Azure AD v2.0 endpoint offers a unified developer experience for apps which want to sign in both users with Azure AD accounts (work and school) and personal Microsoft accounts.
| | |
| --- | --- |
|[Authentication basics](active-directory-authentication-scenarios.md) | An introduction to authentication with Azure AD. |
|[Types of applications](active-directory-authentication-scenarios.md#application-types-and-scenarios) | An overview of the authentication scenarios that are supported by Azure AD. |
## Get started
The following guided setups walk you through using the Microsoft authentication libraries to sign in Azure AD users.
The guided setups below walk you through building an app on your preferred platform using the Azure Active Directory Library (ADAL) SDK. If you're looking for information on using the Microsoft Authentication Library (MSAL), please see our documentation on the [Azure AD v2.0 endpoint](active-directory-appmodel-v2-overview.md).

| | | | |
| --- | --- | --- | --- |
Expand All @@ -36,7 +39,7 @@ The following guided setups walk you through using the Microsoft authentication
| <center>![Service-to-service](./media/active-directory-developers-guide/Service_App.png)<br />Service-to-service</center> | [Overview](active-directory-authentication-scenarios.md#daemon-or-server-application-to-web-api)<br /><br />[.NET](active-directory-code-samples.md#server-or-daemon-application-to-web-api)| |

## How-to guides
The following guides inform you how to perform common tasks with Azure AD.
The guides below walk you through some of the most common tasks in Azure AD.

| | |
|---------------------------------------------------------------------------| --- |
Expand All @@ -56,8 +59,4 @@ The following articles provide detailed information on APIs, protocol messages,
| [Additional reference topics](active-directory-developers-guide-index.md#reference)| A list of reference topics that are available for Azure AD. |


> [!NOTE]
> If you need to sign in Microsoft personal accounts, you may want to consider using the [Azure AD v2.0 endpoint](active-directory-appmodel-v2-overview.md). The Azure AD v2.0 endpoint is the unification of Microsoft personal accounts and Microsoft work accounts (from Azure AD) into a single authentication system.

[!INCLUDE [Help and support](../../../includes/active-directory-develop-help-support-include.md)]

0 comments on commit 07005ba

Please sign in to comment.