@@ -67,10 +67,12 @@ To integrate with the Outlook connector using Azure, follow these steps to creat
67
67
3. Navigate to the *Overview* tab. Make a note of the `Client ID` and `Tenant ID`.
68
68
4. Click on the *Certificates & secrets* tab and create a new client secret. Keep this secret handy.
69
69
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.
74
76
75
77
You can now use the Client ID, Tenant ID, and Client Secret you've noted to configure the Outlook connector.
76
78
@@ -280,10 +282,12 @@ To integrate with the Outlook connector using Azure, follow these steps to creat
280
282
3. Navigate to the *Overview* tab. Make a note of the `Client ID` and `Tenant ID`.
281
283
4. Click on the *Certificates & secrets* tab and create a new client secret. Keep this secret handy.
282
284
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.
287
291
288
292
You can now use the Client ID, Tenant ID, and Client Secret you've noted to configure the Outlook connector.
289
293
0 commit comments