From e3eebdff108242fe338cf88efcf8f97c5a250710 Mon Sep 17 00:00:00 2001 From: michal-dagan <109464765+michal-dagan@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:56:18 +0200 Subject: [PATCH] Apply suggestions from code review --- content-repo/extra-docs/articles/microsoft-auth-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content-repo/extra-docs/articles/microsoft-auth-guide.md b/content-repo/extra-docs/articles/microsoft-auth-guide.md index 373952e7e..19e4c84dc 100644 --- a/content-repo/extra-docs/articles/microsoft-auth-guide.md +++ b/content-repo/extra-docs/articles/microsoft-auth-guide.md @@ -82,7 +82,7 @@ Some Cortex XSOAR-Microsoft integrations (e.g., Microsoft Graph Mail Single User To configure a Microsoft integration that uses this authorization flow with a self-deployed Azure application: 1. Make sure the needed permissions are granted for the app registration, e.g., for Microsoft Graph User: API/Permission name `Directory.AccessAsUser.All` of type `Delegated`. -2. In your app. click **Authentication** > **Platform configurations** > **Add a platform.** Choose **Web** and add Redirect URI: https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#add-a-redirect-uri. +2. In your app. click **Authentication** > **Platform configurations** > **Add a platform.** Choose **Web** and add [Redirect URI](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#add-a-redirect-uri). The Redirect URI can direct any web application that you wish to receive responses from Azure AD. If you are not sure what to set, you can use `https://localhost`. 3. Enter your client ID in the *ID* parameter field. 4. Enter your client secret in the *Key* parameter field.