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
- Open Live Data > Connectors.
- Select Microsoft Outlook.
- Enter the source name.
- If BYO mode is shown, enter the
client_idandclient_secret. - Copy the Redirect URI into Microsoft if it is not already configured.
- 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.