A robust email, calendaring, and collaboration platform developed by Microsoft, designed for enterprise-level communication and data management.Miscellaneous topics that do not fit into specific categories.
Hi Lucky Gumboh,
Thank you for posting your question in the Microsoft Q&A forum.
After carefully reviewing the information you provided, my understanding is that your main issue is that OWA and EAC (also referred to as ECP in the virtual directory naming) are no longer usable after deploying AD FS.
However, since I am a forum moderator, not a Microsoft employee or part of the product team, I do not have a dedicated test environment to reproduce this exact behavior. The following insights are therefore based on official documentation, similar community reports, and general troubleshooting experience.
When researching your error code(s), I found that this issue has been reported by other users for a long time (including reports still appearing in 2026). One of the rare posts I found where the OP reported a working solution is here: https://serverfault.com/questions/824303/adfs-passive-request-there-are-no-registered-protocol-handlers
Important: This link will take you to ServerFault, which is outside Microsoft’s domain. Please note that Microsoft is not responsible for the accuracy, security, or advertising on external sites.
That thread indicates the IdP-initiated page may need to be enabled (EnableIdPInitiatedSignonPage).
That said, since you mentioned that https://adfs.domain.com/adfs/ls/idpinitiatedsignon.aspx loads and prompts for credentials, it is likely you already found the above thread and tried that approach, yet your issue still remains.
For now, here are the consolidated points I can provide based on what I gathered:
- You are accessing
https://domain.com/adfs/ls/instead ofhttps://adfs.domain.com/adfs/ls/. The path/adfs/ls/is hosted by the AD FS service. Ifdomain.comis pointing to your Exchange server (or to a load balancer publishing Exchange), that host may not be expected to serve the AD FS endpoint. Also, Microsoft notes that manually browsing to/adfs/ls/without the correct request context can result in MSIS7065. Therefore, please ensure your testing URL is the AD FS Service Name (for examplests.domain.comoradfs.domain.com), not your OWA URL. - Because you reviewed event logs and suspect OAuth involvement, you may also want to validate your Exchange OAuth certificate state using Microsoft’s guidance: Can’t access OWA/EAC with expired OAuth certificate - Exchange | Microsoft Learn
- In addition, Microsoft has a documented issue specifically for Exchange 2019 CU2 when AD FS is configured for OWA/EAC: Can’t sign in to OWA or EAC after you install Exchange Server 2019 CU2 with AD FS - Microsoft Support
I hope the information above helps you identify the most appropriate next step in your troubleshooting path.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.