From 7e6b0c96bd9c2796e45baf95b0724927635f17ca Mon Sep 17 00:00:00 2001 From: Charlotte Hoblik <116336412+charlotte-hoblik@users.noreply.github.com> Date: Thu, 22 May 2025 13:24:48 +0200 Subject: [PATCH] Add application permission to outlook connector (#128297) --- .../docs/connectors-outlook.asciidoc | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/docs/reference/connector/docs/connectors-outlook.asciidoc b/docs/reference/connector/docs/connectors-outlook.asciidoc index e032fb243dfa..5394b24dc92d 100644 --- a/docs/reference/connector/docs/connectors-outlook.asciidoc +++ b/docs/reference/connector/docs/connectors-outlook.asciidoc @@ -67,10 +67,12 @@ To integrate with the Outlook connector using Azure, follow these steps to creat 3. Navigate to the *Overview* tab. Make a note of the `Client ID` and `Tenant ID`. 4. Click on the *Certificates & secrets* tab and create a new client secret. Keep this secret handy. 5. Go to the *API permissions* tab. - * Click on "Add permissions." - * Choose "APIs my organization uses." - * Search for and select "Office 365 Exchange Online." - * Add the `full_access_as_app` application permission. + * Click on "Add permissions". + * Choose "APIs my organization uses". + * Search for and select "Office 365 Exchange Online". + ** Add the `full_access_as_app` application permission. + * Search for and select "Microsoft Graph" + ** Add the `User.Read.All` application permission. You can now use the Client ID, Tenant ID, and Client Secret you've noted to configure the Outlook connector. @@ -280,10 +282,12 @@ To integrate with the Outlook connector using Azure, follow these steps to creat 3. Navigate to the *Overview* tab. Make a note of the `Client ID` and `Tenant ID`. 4. Click on the *Certificates & secrets* tab and create a new client secret. Keep this secret handy. 5. Go to the *API permissions* tab. - * Click on "Add permissions." - * Choose "APIs my organization uses." - * Search for and select "Office 365 Exchange Online." - * Add the `full_access_as_app` application permission. + * Click on "Add permissions". + * Choose "APIs my organization uses". + * Search for and select "Office 365 Exchange Online". + ** Add the `full_access_as_app` application permission. + * Search for and select "Microsoft Graph" + ** Add the `User.Read.All` application permission. You can now use the Client ID, Tenant ID, and Client Secret you've noted to configure the Outlook connector.