Skip to content

Commit 3a5e108

Browse files
Add application permission to outlook connector
1 parent ccc3121 commit 3a5e108

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/reference/search-connectors/es-connectors-outlook.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,12 @@ To integrate with the Outlook connector using Azure, follow these steps to creat
116116
4. Click on the **Certificates & secrets** tab and create a new client secret. Keep this secret handy.
117117
5. Go to the **API permissions** tab.
118118

119-
* Click on "Add permissions."
120-
* Choose "APIs my organization uses."
121-
* Search for and select "Office 365 Exchange Online."
122-
* Add the `full_access_as_app` application permission.
119+
1. Click on "Add permissions".
120+
2. Choose "APIs my organization uses".
121+
3. Search for and select "Office 365 Exchange Online".
122+
* Add the `full_access_as_app` application permission.
123+
4. Search for and select "Microsoft Graph"
124+
* Add the `User.Read.All` application permission.
123125

124126

125127
You can now use the Client ID, Tenant ID, and Client Secret you’ve noted to configure the Outlook connector.

0 commit comments

Comments
 (0)