Skip to content

Commit 3ca7764

Browse files
authored
Merge pull request #214697 from cilwerner/patch-3
[msid][content-health] v2-overview.md (ADO-1999517)
2 parents 74bf531 + 6745599 commit 3ca7764

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

articles/active-directory/develop/v2-overview.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,37 +9,37 @@ ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: overview
1111
ms.workload: identity
12-
ms.date: 09/13/2021
12+
ms.date: 10/18/2022
1313
ms.author: ryanwi
1414
ms.reviewer: agirling, saeeda, benv
15-
ms.custom: identityplatformtop40, contperf-fy21q2
15+
ms.custom: identityplatformtop40, contperf-fy21q2, engagement-fy23
1616
# Customer intent: As an application developer, I want a quick introduction to the Microsoft identity platform so I can decide if this platform meets my application development requirements.
1717
---
1818

1919
# What is the Microsoft identity platform?
2020

21-
The Microsoft identity platform helps you build applications your users and customers can sign in to using their Microsoft identities or social accounts, and provide authorized access to your own APIs or Microsoft APIs like Microsoft Graph.
21+
The Microsoft identity platform helps you build applications your users and customers can sign in to using their Microsoft identities or social accounts. It authorizes access to your own APIs or Microsoft APIs like Microsoft Graph.
2222

2323
There are several components that make up the Microsoft identity platform:
2424

2525
- **OAuth 2.0 and OpenID Connect standard-compliant authentication service** enabling developers to authenticate several identity types, including:
2626
- Work or school accounts, provisioned through Azure AD
27-
- Personal Microsoft account, like Skype, Xbox, and Outlook.com
27+
- Personal Microsoft accounts (Skype, Xbox, Outlook.com)
2828
- Social or local accounts, by using Azure AD B2C
29-
- **Open-source libraries**: Microsoft Authentication Libraries (MSAL) and support for other standards-compliant libraries
29+
- **Open-source libraries**: Microsoft Authentication Library (MSAL) and support for other standards-compliant libraries.
3030
- **Application management portal**: A registration and configuration experience in the Azure portal, along with the other Azure management capabilities.
3131
- **Application configuration API and PowerShell**: Programmatic configuration of your applications through the Microsoft Graph API and PowerShell so you can automate your DevOps tasks.
3232
- **Developer content**: Technical documentation including quickstarts, tutorials, how-to guides, and code samples.
3333

34-
For developers, the Microsoft identity platform offers integration of modern innovations in the identity and security space like passwordless authentication, step-up authentication, and Conditional Access. You don't need to implement such functionality yourself: applications integrated with the Microsoft identity platform natively take advantage of such innovations.
34+
For developers, the Microsoft identity platform offers integration of modern innovations in the identity and security space like passwordless authentication, step-up authentication, and Conditional Access. You don't need to implement such functionality yourself. Applications integrated with the Microsoft identity platform natively take advantage of such innovations.
3535

36-
With the Microsoft identity platform, you can write code once and reach any user. You can build an app once and have it work across many platforms, or build an app that functions as a client as well as a resource application (API).
36+
With the Microsoft identity platform, you can write code once and reach any user. You can build an app once and have it work across many platforms, or build an app that functions as both a client and a resource application (API).
3737

3838
For a video overview of the platform and a demo of the authentication experience, see [What is the Microsoft identity platform for developers?](https://youtu.be/uDU1QTSw7Ps).
3939

4040
## Getting started
4141

42-
Choose the [application scenario](authentication-flows-app-scenarios.md) you'd like to build. Each of these scenario paths starts with an overview and links to a quickstart to help you get up and running:
42+
Choose your preferred [application scenario](authentication-flows-app-scenarios.md). Each of these scenario paths has an overview and links to a quickstart to help you get started:
4343

4444
- [Single-page app (SPA)](scenario-spa-overview.md)
4545
- [Web app that signs in users](scenario-web-app-sign-user-overview.md)
@@ -72,12 +72,13 @@ Learn how core authentication and Azure AD concepts apply to the Microsoft ident
7272

7373
[Azure AD B2B](../external-identities/what-is-b2b.md) - Invite external users into your Azure AD tenant as "guest" users, and assign permissions for authorization while they use their existing credentials for authentication.
7474

75-
[Azure Active Directory for developers (v1.0)](../azuread-dev/v1-overview.md) - Shown here for developers with existing apps that use the older v1.0 endpoint. **Do not** use v1.0 for new projects.
75+
[Azure Active Directory for developers (v1.0)](../azuread-dev/v1-overview.md) - Exclusively for developers with existing apps that use the older v1.0 endpoint. **Do not** use v1.0 for new projects.
7676

7777
## Next steps
7878

79-
If you have an Azure account you already have access to an Azure Active Directory tenant, but most Microsoft identity platform developers need their own Azure AD tenant for use while developing applications, a "dev tenant."
79+
If you have an Azure account, then you have access to an Azure Active Directory tenant. However, most Microsoft identity platform developers need their own Azure AD tenant for use while developing applications, known as a *dev tenant*.
8080

8181
Learn how to create your own tenant for use while building your applications:
8282

83-
[Quickstart: Set up an Azure AD tenant](quickstart-create-new-tenant.md)
83+
> [!div class="nextstepaction"]
84+
> [Quickstart: Set up an Azure AD tenant](quickstart-create-new-tenant.md)

0 commit comments

Comments
 (0)