Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions docs/reference/connector/docs/connectors-outlook.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down