Outlook, Teams, and OneDrive are three separate GoConva connections that share a single Azure app registration and the common Microsoft identity endpoint https://login.microsoftonline.com/common.

Register an Azure application

1

Create the registration

In the Azure portal, go to Microsoft Entra IDApp registrationsNew registration.
2

Choose account types

Select Accounts in any organizational directory and personal Microsoft accounts to match the /common authority GoConva uses. Picking a single-tenant option here causes sign-in failures for outside users.
3

Add redirect URIs

Platform Web, then add a URI for each service you plan to connect:
4

Create a client secret

Certificates & secretsNew client secret. Copy the Value immediately — Azure never shows it again.
5

Add Graph permissions

API permissionsMicrosoft GraphDelegated permissions. Add the scopes for the services you need, from the tables below.

Configure GoConva

One client pair serves all three, with a separate redirect per service:

Scopes by service

All three request offline_access (for refresh tokens) and User.Read.
Connect with GET /connect/outlook.

Connect

In your workspace, go to SettingsIntegrations and click Connect on Outlook, Teams, or OneDrive. Each is its own connection, so a workspace can hold all three at once — and you can connect just the ones you need.

Troubleshooting