Skip to content

Commit 9adf323

Browse files
Add application permission to outlook connector (#128295)
1 parent 7e0ac58 commit 9adf323

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

docs/reference/connector/docs/connectors-outlook.asciidoc

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,12 @@ To integrate with the Outlook connector using Azure, follow these steps to creat
6767
3. Navigate to the *Overview* tab. Make a note of the `Client ID` and `Tenant ID`.
6868
4. Click on the *Certificates & secrets* tab and create a new client secret. Keep this secret handy.
6969
5. Go to the *API permissions* tab.
70-
* Click on "Add permissions."
71-
* Choose "APIs my organization uses."
72-
* Search for and select "Office 365 Exchange Online."
73-
* Add the `full_access_as_app` application permission.
70+
* Click on "Add permissions".
71+
* Choose "APIs my organization uses".
72+
* Search for and select "Office 365 Exchange Online".
73+
** Add the `full_access_as_app` application permission.
74+
* Search for and select "Microsoft Graph"
75+
** Add the `User.Read.All` application permission.
7476
7577
You can now use the Client ID, Tenant ID, and Client Secret you've noted to configure the Outlook connector.
7678
@@ -280,10 +282,12 @@ To integrate with the Outlook connector using Azure, follow these steps to creat
280282
3. Navigate to the *Overview* tab. Make a note of the `Client ID` and `Tenant ID`.
281283
4. Click on the *Certificates & secrets* tab and create a new client secret. Keep this secret handy.
282284
5. Go to the *API permissions* tab.
283-
* Click on "Add permissions."
284-
* Choose "APIs my organization uses."
285-
* Search for and select "Office 365 Exchange Online."
286-
* Add the `full_access_as_app` application permission.
285+
* Click on "Add permissions".
286+
* Choose "APIs my organization uses".
287+
* Search for and select "Office 365 Exchange Online".
288+
** Add the `full_access_as_app` application permission.
289+
* Search for and select "Microsoft Graph"
290+
** Add the `User.Read.All` application permission.
287291
288292
You can now use the Client ID, Tenant ID, and Client Secret you've noted to configure the Outlook connector.
289293

0 commit comments

Comments
 (0)