From c58ae0bf37c31a0f84fa9102d2447c4abc61b3a0 Mon Sep 17 00:00:00 2001 From: Shawn Bishop Date: Tue, 22 Oct 2024 11:49:08 -0600 Subject: [PATCH] Update manually-register-azure-ad-apps.md The server app created should be a web app, not a native/desktop/mobile app. --- .../core/clients/manage/cmg/manually-register-azure-ad-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memdocs/configmgr/core/clients/manage/cmg/manually-register-azure-ad-apps.md b/memdocs/configmgr/core/clients/manage/cmg/manually-register-azure-ad-apps.md index e0de341e402..885578fa883 100644 --- a/memdocs/configmgr/core/clients/manage/cmg/manually-register-azure-ad-apps.md +++ b/memdocs/configmgr/core/clients/manage/cmg/manually-register-azure-ad-apps.md @@ -60,7 +60,7 @@ First, you need to make note of the **Microsoft Entra tenant name** and **tenant - **Name**: A friendly name for the app. For example, `CMG-ServerApp`. - **Supported account types**: Leave this setting as the default option, **Accounts in this organizational directory only**. - - **Redirect URI**: Select: **Public client/native (mobile &desktop)** and type **http://localhost** as URI + - **Redirect URI**: Select: **Web** and type **http://localhost** as URI 1. Select **Register** to create the app.