From 1b7c9295def061d353bce262a0152ee196757582 Mon Sep 17 00:00:00 2001 From: michal-dagan <109464765+michal-dagan@users.noreply.github.com> Date: Tue, 19 Sep 2023 15:05:55 +0300 Subject: [PATCH] Microsoft updated docs (#1395) * updated docs * updated docs --- content-repo/extra-docs/articles/microsoft-auth-guide.md | 4 +++- 1 file changed, 3 insertions(+), 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 5db7b84d3..f3ee8943c 100644 --- a/content-repo/extra-docs/articles/microsoft-auth-guide.md +++ b/content-repo/extra-docs/articles/microsoft-auth-guide.md @@ -149,7 +149,7 @@ After you a redirected to the next page, in the **Overview** tab you will find y ![Overview](../../../docs/doc_imgs/tutorials/tut-microsoft-auth-guide/subscription_id_resourse_group.png) -## Self Deployed Application - Example +## Self Deployed Application - Example for [Microsoft Graph User integration](https://xsoar.pan.dev/docs/reference/integrations/microsoft-graph-user) 1. In Microsoft Azure portal, create a new app registration. 1. Select Azure Active Directory> App registrations> New registration. @@ -267,3 +267,5 @@ For example, when using the "self-deployed Azure app" for Microsoft Graph Mail S 2. Validate that all the credentials you entered are correct (Client ID, Client Secret, Tenant ID, Application redirect URI). 3. Run !msgraph-mail-generate-login-url to generate a new *Authorization code*. 4. Run !msgraph-mail-test to test the connectivity of the email. + +**Note**: If encountering an "Insufficient privileges to complete the operation" error, ensure the necessary permissions were added, according to the integration documentation. Subsequently, reset the authentication and initiate the authentication process again. \ No newline at end of file