Step 1: Retrieve credentials for third-party apps
Integration Setup
The Anduin Gmail Integration requires an OAuth 2.0 connection with the customer’s Gmail environment. This instruction details how to create, configure a "App Registration" and obtain the needed credentials
- You will first need to create and configure a new App Registration within your Azure Active Directory tenant.
- When creating the application you will be prompted to select the Supported account types. Under this section, be sure to select Accounts in any organizational directory (Any Azure AD directory - Multitenant).
- You will need to go to Platforms and add the Web platform. In that section you should add Anduin's OAuth 2.0 callback URL as a Redirect URI
<https://oauth2.integration-platform.anduin.app/callback>
<https://oauth2.integration-platform.eu.anduin.app/callback>
- Next, go to Certificates & Secrets for the app and add a new Client Secret. Note this value as you will need to supply it to the connection within Anduin.
- You will also need the Application (client) ID from the Overview page.
Updated 10 days ago