T The Triage ManualTechnical Guides for IT Emergencies
P2 · Exchange & Mail Flow

Exchange ActiveSync Certificate-Based Authentication Retirement — Mobile Email Migration

Microsoft is retiring direct certificate-based authentication (CBA) for Exchange ActiveSync (EAS) in Exchange Online by end of 2026, announced May 8, 2026. Organizations relying on CBA for mobile email access must migrate to Modern Authentication (OAuth 2.0) before the deadline or face complete mobile email connectivity failure. This entry covers auditing current CBA usage, selecting a replacement authentication method, and executing a staged MDM-driven migration.

Indicators

Likely causes

Diagnostic steps

  1. Audit current Exchange ActiveSync authentication policies in Exchange Online PowerShell: Run 'Get-MobileDeviceMailboxPolicy | Select-Object Name, AllowCertificateBasedAuth' to identify all policies with CBA enabled.
  2. Enumerate affected devices per mailbox: Run 'Get-MobileDeviceStatistics -Mailbox <user> | Select-Object DeviceFriendlyName, DeviceType, LastSyncAttemptTime, Status' across all or targeted mailboxes to identify EAS-connected devices using CBA.
  3. Review Entra ID / Azure AD sign-in logs: Filter by client app = 'Exchange ActiveSync' and authentication method = 'Certificate-based authentication' to determine the full organisational scope of CBA usage.
  4. Audit MDM/EMM solution (Intune, JAMF, etc.) for email configuration profiles that deploy client certificates for Exchange ActiveSync and inventory all affected device groups and assignment scopes.
  5. Review Entra ID Conditional Access policies under Protection > Conditional Access for any policies enforcing certificate-based authentication specifically for Exchange ActiveSync client apps, and note all affected users and groups.
  6. Evaluate replacement authentication options: Confirm Modern Authentication (OAuth 2.0) support with your MDM vendor, validate Microsoft Authenticator app availability on target devices, and assess hybrid Modern Authentication if on-premises Exchange is involved.
  7. Pilot the replacement authentication method on a defined test group: Deploy updated MDM email profiles using OAuth 2.0, validate successful mail sync, and confirm no 'Can't Connect' errors before proceeding to full rollout.

Resolution path

Prevention

Tools

References

Exchange ActiveSyncCertificate-Based AuthenticationCBAExchange OnlineEASMobile EmailModern AuthenticationOAuth 2.0Microsoft 365DeprecationRetirementMDMIntuneJAMFEntra IDMigrationConditional Access