Skip to main content

Input Requirements

To connect to SharePoint, first select the authentication type, then provide the required details:

SPO connection example

Username/Password Authentication

(Deprecated — check this for more info)

  • Username
  • Password
  • Client ID
  • Client Secret
  • Tenant ID

Modern Authentication (Certificate-Based Authentication)

  • Client ID
  • Tenant ID
  • Thumbprint
  • Private Key
Finding your authentication details
  • Username & Password: Your SharePoint Online or Azure AD credentials (use only if legacy authentication is required).
  • Client ID & Tenant ID: Generated from your App Registration in the Azure portal (Azure Active Directory → App registrations → Your App → Certificates & secrets → Certificates tab).
  • Client Secret: Generated from your App Registration in the Azure portal (Azure Active Directory → App registrations → Your App → Certificates & secrets → Client secrets tab).
  • Thumbprint: Generated once you upload a public certificate (created on the migration server) into your App Registration (Azure Active Directory → App registrations → Your App → Certificates & secrets → Certificates tab).
  • Private Key: The content of the private key file that is created from the public certificate.