You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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.
17
17
---
18
18
19
19
# What is the Microsoft identity platform?
20
20
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.
22
22
23
23
There are several components that make up the Microsoft identity platform:
24
24
25
25
-**OAuth 2.0 and OpenID Connect standard-compliant authentication service** enabling developers to authenticate several identity types, including:
26
26
- 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)
28
28
- 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.
30
30
-**Application management portal**: A registration and configuration experience in the Azure portal, along with the other Azure management capabilities.
31
31
-**Application configuration API and PowerShell**: Programmatic configuration of your applications through the Microsoft Graph API and PowerShell so you can automate your DevOps tasks.
32
32
-**Developer content**: Technical documentation including quickstarts, tutorials, how-to guides, and code samples.
33
33
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.
35
35
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).
37
37
38
38
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).
39
39
40
40
## Getting started
41
41
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:
-[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
72
72
73
73
[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.
74
74
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.
76
76
77
77
## Next steps
78
78
79
-
If you have an Azure accountyou 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*.
80
80
81
81
Learn how to create your own tenant for use while building your applications:
82
82
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