Remote Event Receivers in SharePoint Online are retiring. Starting July 1, 2027, all remote event receivers will stop firing events, including those registered using Microsoft Entra applications.
The post Remote Event Receivers are retiring: move to SharePoint webhooks before July 1, 2027 appeared first on Microsoft 365 Developer Blog.
On July 1, 2027, Remote Event Receivers (RERs) will stop working in SharePoint Online. After that date, no remote event receiver will fire events, regardless of how it was registered. If your application still relies on remote event receivers to react to changes in SharePoint, now is the time to plan your move to SharePoint webhooks.
Key message
All remote event receivers in SharePoint Online will stop working on July 1, 2027. Migrate any remaining RER-based functionality to SharePoint webhooks (or Microsoft Graph change notifications) before that date.
Remote event receivers are part of the SharePoint Add-in model and depend on Azure Access Control Services (Azure ACS) for authentication. With the retirement of Azure ACS now complete, remote event receivers registered using Azure ACS have stopped functioning correctly as of April 2, 2026. They can still be added programmatically, events might still fire, but inside the receiver service ACS cannot be used anymore for delegated or app-only access back into SharePoint.
To give developers more time to migrate, as part of the ACS retirement, we enabled a different registration model that removes the Azure ACS dependency: remote event receivers registered using a Microsoft Entra application. Receivers registered this way continue to work until July 1, 2027, and, unlike Azure ACS–registered receivers, they also work for new tenants onboarded after November 1, 2024. You can read the details in Use remote event receivers without an Azure ACS dependency and the Remote event receivers retirement update.
This extension is a bridge, not a destination. On July 1, 2027, both registration models reach end of the road and all remote event receivers stop firing.
TimelineThe recommended replacement for remote event receivers is SharePoint webhooks. Webhooks are regular, industry standard, HTTP web APIs, which makes them simpler to build and operate than the WCF services that remote event receivers rely on. When a subscribed event occurs, SharePoint sends an HTTP POST to your service endpoint.
A few things to know as you design your migration:
On discovering RER usage
Today we do not yet have a way for developers and admins to discover remote event receiver usage across a tenant. This is something we are actively working on, and we will update this blog post, and the associated Message Center post, as soon as it is available.
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | Retirement of Azure DevOps issuer in Workload identity federation service connections | 0 | 5.68 | 22-06-2026 |
| 2 | Migrating EWS notifications to Microsoft Graph | 0 | 8.34 | 11-06-2026 |
| 3 | SharePoint Framework (SPFx) roadmap update – July 2026 | 0 | 11.82 | 30-06-2026 |
| 4 | Microsoft still wants to force New Outlook on everyone by 2027, even as users call it painful, and prefer Outlook Classic | 0 | 4.5 | 26-07-2026 |
| 5 | Жизнь после смерти Windows Server 2016. Разбираем угрозы и укрепляем безопасность устаревшей ОС | 0 | 14.42 | 17-07-2026 |
| 6 | Microsoft just killed this Teams integration without telling anyone | 0 | 8.4 | 13-08-2026 |
| 7 | Upcoming Change: NTLM Removal in Git (libcurl) – Impact to Azure DevOps Server Customers | 0 | 6.2 | 01-07-2026 |
| 8 | Microsoft Copilot: Deep Research ends, successor is paid only | 0 | 11.79 | 18-08-2026 |
| 9 | Mailbox requirement set 1.16 now available for Outlook add-ins | 0 | 14.12 | 30-06-2026 |
| 10 | Ubuntu to retire its Pastebin service | 0 | 5 | 25-05-2026 |