diff --git a/concepts/includes/quickstart-register-app.md b/concepts/includes/quickstart-register-app.md index 6be5c974538..b2fc8ddf88c 100644 --- a/concepts/includes/quickstart-register-app.md +++ b/concepts/includes/quickstart-register-app.md @@ -4,7 +4,7 @@ description: In this quickstart, you learn how to register an application with t services: active-directory author: faithombongi ms.reviewer: ombongifaith, jackson.woods -ms.date: 01/11/2024 +ms.date: 01/22/2024 ms.topic: include ms.prod: applications #Customer intent: As developer, I want to know how to register my client application with the Microsoft identity platform so it can be authorized to access data in the Microsoft cloud. @@ -13,7 +13,7 @@ ms.prod: applications - --- -For your app to use the identity and access management (IAM) capabilities of Microsoft Entra ID, including accessing protected resources, you must register it first. Then the Microsoft identity platform performs the IAM functions for the registered applications. This article shows you how to register an application in the Microsoft Entra admin center. +For your app to use the identity and access management (IAM) capabilities of Microsoft Entra ID, including accessing protected resources, you must register it first. Then the Microsoft identity platform performs the IAM functions for the registered applications. This article shows you how to register a *web application* in the Microsoft Entra admin center. You can learn more about [app types you can register in the Microsoft identity platform](/entra/identity-platform/v2-app-types). > [!TIP] > To register an application for Azure AD B2C, follow the steps in [Tutorial: Register a web application in Azure AD B2C](/azure/active-directory-b2c/tutorial-register-applications).