From dc5762f1b08eb0ca8cdc0f7d18808e15b76b1947 Mon Sep 17 00:00:00 2001 From: Joey Caparas Date: Fri, 13 Jan 2017 16:00:28 -0800 Subject: [PATCH] replace client id --- ...onfigure-aad-windows-defender-advanced-threat-protection.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/windows/keep-secure/configure-aad-windows-defender-advanced-threat-protection.md b/windows/keep-secure/configure-aad-windows-defender-advanced-threat-protection.md index 2701b35d24..8e7ee1b37c 100644 --- a/windows/keep-secure/configure-aad-windows-defender-advanced-threat-protection.md +++ b/windows/keep-secure/configure-aad-windows-defender-advanced-threat-protection.md @@ -53,11 +53,10 @@ You need to add an application in your Azure Active Directory (AAD) tenant then 13. Click **Save** and copy the key in a safe place. You'll need this key to authenticate the client application on Azure Active Directory. -14. Open a web browser and connect to the following URL: `https://DataAccess-PRD.trafficmanager.net:444/api/FetchToken?clientId=&tenantId=&clientSecret=1234`
+14. Open a web browser and connect to the following URL: `https://DataAccess-PRD.trafficmanager.net:444/api/FetchToken?clientId=f7c1acd8-0458-48a0-a662-dba6de049d1c&tenantId=&clientSecret=1234`
An Azure login page appears. > [!NOTE] - > - Replace *clientID* with your client ID. > - Replace *tenant ID* with your actual tenant ID. > - Keep the *clientSecret* as is. This is a dummy value, but the parameter must appear.