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
@@ -24,22 +24,24 @@ 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
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).
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).
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:
-[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
72
74
73
75
[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
76
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.
76
78
77
79
## Next steps
78
80
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."
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*.
80
82
81
83
Learn how to create your own tenant for use while building your applications:
0 commit comments