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
@@ -69,6 +69,6 @@ To begin building apps that sign in social and local accounts, you'll need to cr
69
69
70
70
## Next steps
71
71
72
-
*Try a coding quickstart and begin authenticating users.
73
-
*For more in-depth code samples, check out the **Tutorials** section of the documentation.
74
-
*Want to deploy your app to the cloud? Check out [deploying containers to Azure](https://docs.microsoft.com/azure/index?pivot=products&panel=containers).
72
+
*[Register an app](quickstart-register-app.md) and integrate with Microsoft identity platform.
73
+
*Learn the [basics of authentication](authentication-scenarios.md).
74
+
*See [How Azure subscriptions are associated with Azure Active Directory](../fundamentals/active-directory-how-subscriptions-associated-directory.md) for details on the relationship between subscriptions and an Azure AD tenant.
# Quickstart: Register an application with the Microsoft identity platform
20
20
21
-
In this quickstart, you register an application using the **App registrations** experience in the Azure portal. Your app is integrated with the Microsoft identity platform. Enterprise developers and software-as-a-service (SaaS) providers can develop commercial cloud services or line-of-business applications that can be integrated with Microsoft identity platform. Integration provides secure sign-in and authorization for such services.
21
+
In this quickstart, you register an application using the **App registrations** experience in the Azure portal.
22
+
23
+
Your app is integrated with the Microsoft identity platform by registering it with an Azure Active Directory tenant. Enterprise developers and software-as-a-service (SaaS) providers can develop commercial cloud services or line-of-business applications that can be integrated with Microsoft identity platform. Integration provides secure sign-in and authorization for such services.
22
24
23
25
## Prerequisites
24
26
25
27
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
28
+
* An [Azure AD tentant](quickstart-create-new-tenant.md).
26
29
27
30
## Register a new application using the Azure portal
28
31
@@ -56,9 +59,7 @@ Azure AD assigns a unique application, or client, ID to your app. The portal ope
56
59
57
60
## Next steps
58
61
59
-
Advance to the next article to learn how to access web APIs.
60
-
> [!div class="nextstepaction"]
61
-
> [Quickstart: Configure a client application to access web APIs](quickstart-configure-app-access-web-apis.md)
62
+
* To access web APIs, see [Quickstart: Configure a client application to access web APIs](quickstart-configure-app-access-web-apis.md)
62
63
63
64
* To learn about the permissions, see [Permissions and consent in the Microsoft identity platform endpoint](v2-permissions-and-consent.md).
0 commit comments