Welcome to Setup

Follow these simple steps to configure your Migration Dashboard

1 Create Azure AD App Registration

First, you need to create an app registration in Azure Active Directory.

  1. Go to Azure Portal and sign in with your administrator account
  2. Navigate to Azure Active DirectoryApp registrations
  3. Click New registration
  4. Enter a name (e.g., "Migration Dashboard")
  5. Select "Accounts in any organizational directory and personal Microsoft accounts"
  6. Set Redirect URI to:
  7. Select Single-page application (SPA) as the platform
  8. Click Register

2 Configure API Permissions

Grant the necessary permissions to access Exchange Online migration data.

  1. In your app registration, go to API permissions
  2. Click Add a permission
  3. Select Microsoft Graph
  4. Choose Delegated permissions
  5. Search for and add the following permissions:
    • Exchange.ManageAsApp
    • Exchange.Migration.Read (if available)
  6. Click Add permissions
  7. Important: Click Grant admin consent for [Your Organization]

3 Get Your Client ID

Copy your Application (client) ID from the app registration.

  1. In your app registration, go to Overview
  2. Find and copy the Application (client) ID
  3. Paste it in the form below

4 Enter Configuration

Your Azure AD Application (client) ID from step 3
Your Azure AD Tenant ID. Leave empty to allow any tenant.
This should match the redirect URI you set in Azure Portal