Skip to content

Commit 9fef72d

Browse files
authored
Freshness update
1 parent b0c025b commit 9fef72d

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ 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/17/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

@@ -24,22 +24,24 @@ 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

3636
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).
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

40+
> [!VIDEO https://www.youtube.com/embed/uDU1QTSw7P]
41+
4042
## Getting started
4143

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:
44+
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:
4345

4446
- [Single-page app (SPA)](scenario-spa-overview.md)
4547
- [Web app that signs in users](scenario-web-app-sign-user-overview.md)
@@ -72,11 +74,11 @@ Learn how core authentication and Azure AD concepts apply to the Microsoft ident
7274

7375
[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.
7476

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.
77+
[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.
7678

7779
## Next steps
7880

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."
81+
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*.
8082

8183
Learn how to create your own tenant for use while building your applications:
8284

0 commit comments

Comments
 (0)