@@ -67,10 +67,12 @@ To integrate with the Outlook connector using Azure, follow these steps to creat
67673. Navigate to the *Overview* tab. Make a note of the `Client ID` and `Tenant ID`.
68684. Click on the *Certificates & secrets* tab and create a new client secret. Keep this secret handy.
69695. 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
7577You 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
2802823. Navigate to the *Overview* tab. Make a note of the `Client ID` and `Tenant ID`.
2812834. Click on the *Certificates & secrets* tab and create a new client secret. Keep this secret handy.
2822845. 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
288292You can now use the Client ID, Tenant ID, and Client Secret you've noted to configure the Outlook connector.
289293
0 commit comments