Add application permission to outlook connector (#128297)

This commit is contained in:
Charlotte Hoblik 2025-05-22 13:24:48 +02:00 committed by GitHub
parent 731099a26d
commit 7e6b0c96bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`. 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. 4. Click on the *Certificates & secrets* tab and create a new client secret. Keep this secret handy.
5. Go to the *API permissions* tab. 5. Go to the *API permissions* tab.
* Click on "Add permissions." * Click on "Add permissions".
* Choose "APIs my organization uses." * Choose "APIs my organization uses".
* Search for and select "Office 365 Exchange Online." * Search for and select "Office 365 Exchange Online".
* Add the `full_access_as_app` application permission. ** 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. You can now use the Client ID, Tenant ID, and Client Secret you've noted to configure the Outlook connector.
@ -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`. 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. 4. Click on the *Certificates & secrets* tab and create a new client secret. Keep this secret handy.
5. Go to the *API permissions* tab. 5. Go to the *API permissions* tab.
* Click on "Add permissions." * Click on "Add permissions".
* Choose "APIs my organization uses." * Choose "APIs my organization uses".
* Search for and select "Office 365 Exchange Online." * Search for and select "Office 365 Exchange Online".
* Add the `full_access_as_app` application permission. ** 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. You can now use the Client ID, Tenant ID, and Client Secret you've noted to configure the Outlook connector.