From cc9bea10c3535c2ce1b8c4f44f7283f13495ae6c Mon Sep 17 00:00:00 2001 From: imakeitworkAZ <119061308+imakeitworkAZ@users.noreply.github.com> Date: Fri, 12 May 2023 09:33:46 -0500 Subject: [PATCH] Update sample URI to show recommended formatting Update the APP ID URI in the import step to match recommended formatting to include customer domain. Older docs listed the incorrect format of https://configmgrservice which prevents proper user token retrieval through the CMG. --- .../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 dce667691ac..c1e05cfb8b8 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 @@ -183,7 +183,7 @@ When you select **Import** from the _Server app_ window, it opens the _Import ap - **Client ID**: The **Application (client) ID** value of the app registration. The format is a standard GUID. - **Secret Key**: Copy the secret key when you register the app in Azure AD and create the secret key. - **Secret Key Expiry**: Specify the same date as from the Azure portal. -- **App ID URI**: The value is the **Application ID URI** of the app registration entry in the Azure AD portal. The format is similar to `https://ConfigMgrService`. +- **App ID URI**: The value is the **Application ID URI** of the app registration entry in the Azure AD portal. The format is similar to `https://contoso.onmicrosoft.com/ConfigMgrService`. After entering the information, select **Verify**. Then select **OK** to close the _Import apps_ window.