Configure Microsoft Azure for email integration
Perform the following configuration before you begin adding the Microsoft Graph integration on Genesys Cloud. For a more detailed procedure, check the Microsoft Azure documentation.
- Visit the Microsoft Azure admin page.
- On the left pane, click App registrations, and then click New registration.
The Register an application page window appears. - Enter the application’s registration information:
- Name – Enter an application name that will be displayed to users.
- Supported account types – Select the Accounts in any organizational directory option.
- Set the Redirect URI as http://localhost.
- Click Register to create the application.
- On the app Overview page, copy the values from the Application (client) ID and Directory (tenant) ID fields for later use.
- To add permissions for the three endpoints, on the Azure Active Directory portal, click API Permissions, and then click Grant Admin Consent for <tenant> for the following permissions:
- Mail.ReadWrite
- Mail.Send
- User.Read
- Click Yes on the consent confirmation.
The required permissions are now added. - To create a client secret, from the homepage, select the application that you created.
- Click Certificates and Secrets, and then Client Secrets.
- Click New client secret.
The Add a client secret window appears. - Enter a description for this client secret.
- Select the desired expiry period from the Expires drop-down list.
- Click Add.
- Copy the values from the Value and Secret ID fields. These values are required at the time of integration and are not available later.
- On the Overview page click Endpoint. Review the Endpoints URL list and the OAuth 2.0 token endpoint (v2) in particular. Copy the access token endpoint; you will add it when you Configure and activate the Microsoft Graph integration.
- To add Genesys Cloud IP addresses to connection filter policy, open the Microsoft Defender page. Click Email & Collaboration > Policies & Rules > Threat policies > Anti-spam > Connection filter policy (Default). Use the Utilities API to get the IP addresses for your region.
- Click Save.
You can now add the Microsoft Graph integration from Genesys Cloud. For more information, see Install the custom Microsoft Graph integration.