Skip to main content

Configure Microsoft Outlook

At a glance

Microsoft Outlook uses a Microsoft Graph OAuth strategy. The Live Data wizard displays the Redirect URI, opens the Microsoft popup, then sends the Airbyte fields expected by the connector (client_id, client_secret, refresh_token, tenant_id).

Before you start

  • Access to an Ontologie workspace.
  • A Microsoft Entra ID application.
  • Permission to add a web Redirect URI to that application.

Microsoft setup

In Microsoft Entra ID, add the Redirect URI displayed by the wizard. In staging, it looks like:

https://api.dev-growthsystemes.com/api/oauth/callback

Enable the Microsoft Graph permissions requested by the wizard, including offline access (offline_access) and the Outlook read permissions.

Ontologie setup

  1. Open Live Data > Connectors.
  2. Select Microsoft Outlook.
  3. Enter the source name.
  4. If BYO mode is shown, enter the client_id and client_secret.
  5. Copy the Redirect URI into Microsoft if it is not already configured.
  6. Click Connect with Microsoft Outlook.

Refresh token

Do not manually enter a refresh_token for Outlook when the connection button is available. The token is produced by Microsoft OAuth and mapped to the Airbyte configuration.

See also