In This Article
- What actually changes on October 1
- The self-service loop that goes away first
- The detections keep firing. No risk policy acts on them.
- The license question most institutions have not asked
- How to migrate before October 1
- Three things that will block you
- What an examiner will ask
- Frequently Asked Questions
Somewhere in your tenant there is a policy nobody has opened in three years. It works. When a loan officer's password shows up in a breach dump, or a sign-in arrives from a country your institution does not operate in, that policy quietly steps in, makes the user prove who they are, and lets them back to work. No ticket. No call to your help desk. Most of the time, nobody even mentions it.
On October 1, 2026, that policy stops. Microsoft is retiring the legacy user risk policy and the legacy sign-in risk policy that live inside Microsoft Entra ID Protection. The company documents the date plainly, in a warning box, on two separate Microsoft Learn pages: the legacy risk policies configured in Microsoft Entra ID Protection are retiring on October 1, 2026.
Microsoft has been clear about this. Tenants with an affected policy enabled received individual notifications in the Microsoft 365 Message Center in early August 2026, one for each policy: MC1448338 covers the user risk policy and MC1448340 covers the sign-in risk policy. Search those two identifiers in your own Message Center. A hit means your institution is on the list. What will not be loud is the moment enforcement ends. Nothing errors. No banner appears in the admin center. The next risky sign-in simply proceeds the way an ordinary sign-in does, and unless somebody built a replacement first, there is no longer a policy in the tenant that acts on the risk signal at all.
What actually changes on October 1
Entra ID Protection has two things in it that people tend to blur together: the detections, and the policies that act on them. The detections are the intelligence layer. They watch every sign-in and score it. The policies are the enforcement layer, and they are the part being retired.
What the legacy risk policies actually do
The legacy user risk policy watches the account. If Entra ID Protection concludes the identity itself is probably compromised (credentials in a breach dump, a session tied to a malicious proxy, unusual directory activity), the policy forces a remediation such as a secure password change. The legacy sign-in risk policy watches one authentication attempt. If that specific sign-in looks wrong, the policy challenges it, typically with multifactor authentication. Both were configured inside ID Protection itself, on their own page, separate from Conditional Access.
Microsoft's replacement is not a new product. It is the same two risk signals, evaluated by Conditional Access instead. Microsoft describes the mechanism directly: during each sign-in, ID Protection sends the detected risk levels to Conditional Access, and the risk-based policies apply if the policy conditions are satisfied.
Which is exactly why doing nothing is a problem. If the legacy policy is retired and no equivalent risk-based Conditional Access policy is enabled, there is no longer a risk-based policy left to receive that signal and act on it. Your other Conditional Access rules, your device compliance policies, and your Defender protections all keep running. What stops is the enforcement that was keyed to the risk score itself. The score still gets calculated. It just no longer changes what happens next.
Two Message Center posts go out, one for the user risk policy and one for the sign-in risk policy. Both are tenant-targeted, so only institutions with a legacy policy still enabled receive them.
Microsoft's documented path runs the new Conditional Access policies in report-only mode first, so you can see who they would have caught before anyone is actually challenged. That review period is the whole reason to start now rather than in late September.
Any institution without an equivalent risk-based Conditional Access policy in enforcing mode loses risk-based access control on that date.
The self-service loop that goes away first
Ask most IT directors what a risk policy does and they will describe a block. That is not really the point of it, and the difference matters for how your institution feels the retirement.
The valuable behavior is self-remediation. When a user risk policy fires with the remediation control set, Entra revokes the sessions and walks the user through proving who they are and, where a password is involved, changing it. Microsoft's own documentation is explicit about why this is preferable to blocking: allowing users to self-remediate significantly reduces the risk investigation and remediation burden on administrators. The compromised account gets cleaned up, the risk clears itself, and no administrator had to touch it.
Take that away and the work does not disappear. It moves. A branch manager whose credentials showed up in a breach dump keeps signing in the way she always does, because her sign-in still satisfies the rules that remain and no risk-based policy is left to escalate on the leaked-credential detection. The detection sits in the risky users report waiting for a human to notice it and act. Whoever reviews that report is now doing by hand what the policy used to do in seconds, and doing it hours or days later. For a lean IT team at a community bank or a credit union, that is not a small change. It is the difference between a control that runs itself and a queue somebody has to work. At most institutions that somebody is the same person already covering the help desk, the core conversion, and the examination prep.
After October 1 with no replacement
- Risk detections generate, and stop there
- A compromised account draws no risk-based challenge until a human intervenes
- Remediation becomes a manual queue in the risky users report
- No report-only visibility, because there is no policy to report on
- Sign-in logs show no risk-based policy applied, because none exists
Risk-based Conditional Access in place
- Risk signal is evaluated at every sign-in
- Users self-remediate and clear their own risk
- Policies live with the rest of your access rules in one place
- Report-only mode and Graph API access for testing and automation
- Sign-in logs name which risk-based policy applied
Microsoft lists several other gains from moving the policies into Conditional Access: managing access policies in one location, enforcing sign-in frequency to require reauthentication every time, combining risk with other conditions such as location, and running multiple risk-based policies targeting different user groups or risk levels. That last one is genuinely useful in a financial institution, where the appetite for interrupting a wire operator is different from the appetite for interrupting a marketing coordinator. Institutions already running layered Conditional Access policies will find the risk conditions slot into a model they are already operating.
The detections keep firing. No risk policy acts on them.
It is worth being concrete about what the enforcement layer was covering, because the list is longer than most people assume. Entra ID Protection produces a wide set of risk detections, and the higher-value ones require an Entra ID P2 license. These are the signals that will keep arriving in your reports after October 1 with no risk-based policy configured to act on them. License tiers below follow Microsoft's published risk detection reference, which is worth checking against your own entitlements.
| Detection | Signal type | What it means | License tier |
|---|---|---|---|
| Leaked credentials | User risk | Valid credentials confirmed in a known breach, matched against your tenant | Free or P1 |
| Password spray | Sign-in risk | An attacker successfully validated a password in your tenant | P2 |
| Attacker in the Middle | User risk | Session linked to a malicious reverse proxy, credentials and tokens exposed | M365 E5 with EMS E5 |
| Anomalous token | Both | Unusual token lifetime or a token replayed from an unfamiliar location | P2 |
| Unfamiliar sign-in properties | Sign-in risk | Sign-in from unfamiliar IP, device, browser, or network for this user | P2 |
| Verified threat actor IP | Sign-in risk | Sign-in from an address tied to a nation state or cyber crime group | P2 |
| Suspicious MFA approval | Sign-in risk | Approval pattern consistent with social engineering or MFA fatigue | P2 |
| Primary Refresh Token access attempt | User risk | Attempted theft of the token that grants single sign-on across a device | P2 + Defender for Cloud Apps, or M365 E5 with EMS E5 |
Read the second and third rows again. Password spray only fires once an attacker has already guessed a real password in your tenant, which makes it about as close to a confirmed finding as a detection gets, and it arrives as a sign-in risk that the legacy sign-in risk policy could challenge on its own. Attacker in the Middle fires when an authentication session has been routed through a malicious proxy, which is the modern way multifactor authentication gets bypassed rather than defeated. Microsoft raises the user to high risk on that one, and until now the legacy user risk policy could act on it without an administrator touching it.
This connects to a pattern we have written about before. A password spray campaign can slip past Conditional Access at tenants that have multifactor authentication turned on, and stolen session tokens let an attacker skip the sign-in entirely. Risk-based enforcement is one of the few controls that catches the aftermath of both, because it reacts to the account being compromised rather than to the login being wrong.
None of that stops on October 1. The detections keep arriving. What stops is the part that answered them without anyone being awake, which leaves a report that a person has to open, read, and act on every day, including the days nobody has time. Working that queue is the layer ABT operates for the institutions it manages, watching the Microsoft Entra ID Protection and Defender signals so a high-risk detection gets worked rather than left sitting.
The license question most institutions have not asked
Here is where this stops being a configuration task and starts being a budget conversation.
Rebuilding these policies requires Microsoft Entra ID P2
Microsoft states it directly: Microsoft Entra ID P2 is required to use risk-based access policies. Conditional Access on its own needs at least Microsoft Entra ID P1. An institution running Microsoft 365 Business Premium or E3 without a P2 add-on cannot recreate the retiring policies at all, because the risk conditions will not be available to build with.
That reframes the whole exercise. If your institution holds P2, whether standalone or through Microsoft 365 E5 or the Entra Suite, October 1 is an afternoon of policy work followed by a few weeks of watching report-only results. If your institution does not hold P2, October 1 is the date a security capability leaves your environment, and the only ways to keep it are to license it or to accept the gap and document that decision.
Adding Entra ID P2 is a licensing change, which means it runs through whoever holds your Microsoft agreement. ABT is a Tier-1 Microsoft Cloud Solution Provider, so for the institutions we serve that part is a conversation rather than a project: how many of your users actually need P2 for these two policies, what the add-on does to your current agreement, and whether it can be in place before October 1.
Plenty of institutions are in the second group without knowing it. We see it across the more than 750 financial institutions whose Microsoft 365 tenants ABT manages: the policy is enforcing, the entitlement behind it quietly changed, and nothing ever surfaced the mismatch. Legacy risk policies were configured years ago, sometimes under a license mix that has since changed, sometimes by a predecessor. The policy kept enforcing. Nobody had reason to check what entitlement it depended on. The retirement is the moment that question gets asked, and it is much better asked in August than in October.
Key Takeaway
Before you plan the migration, confirm one thing: does your tenant hold Microsoft Entra ID P2 for the users these policies protect? Every other decision on this page depends on that answer.
Not sure whether your risk policies survive October 1?
ABT manages Microsoft 365 tenants for more than 750 credit unions, banks, and mortgage companies, so this is a check we run constantly. We can tell you whether a legacy risk policy is still enabled in your tenant, whether your licensing supports the replacement, and what the migration actually takes.
How to migrate before October 1
Microsoft documents the sequence, and it is short. The reason to follow it in order is that the middle step is the one that saves you from a bad morning.
Create equivalent user risk and sign-in risk policies in Conditional Access, set to report-only
Confirm who the policies would have caught, then move the toggle from Report-only to On
In ID Protection, open the User risk or Sign-in risk policy and set Enforce policy to Disabled
Two rules govern how you build step one. First, keep them separate. Microsoft warns not to combine sign-in risk and user risk conditions in the same Conditional Access policy, and to create a separate policy for each risk condition. Second, follow Microsoft's recommended settings unless you have a reason not to.
For the user risk policy, Microsoft recommends selecting Require risk remediation when the user risk level is High. Choosing that control automatically brings two settings with it: Require authentication strength as a grant control, and Sign-in frequency set to Every time as a session control. Those are applied for you, which is the behavior that makes revocation actually stick.
For the sign-in risk policy, Microsoft recommends requiring multifactor authentication when the sign-in risk level is Medium or High, with the sign-in frequency session control included so a risky session has to reauthenticate rather than coasting on an existing token.
Exclude your emergency access accounts from both. Microsoft recommends keeping break-glass accounts out of Conditional Access policies specifically so a misconfiguration cannot lock every administrator out at once, and the same guidance applies to service accounts and service principals. If your institution does not maintain two cloud-only emergency access accounts with a permanently assigned Global Administrator role, build those before you build anything else.
On permissions: Conditional Access Administrator is the least privileged role Microsoft documents for creating or editing Conditional Access policies. There is no need to hand anyone Global Administrator to do this work, and handing it out anyway is the kind of finding that shows up later in a Microsoft Secure Score review.
Three things that will block you
Most migrations of this kind stall on the same handful of prerequisites. All three are documented, and all three are easier to solve in August than under deadline.
- Security defaults are still on and they are mutually exclusive with the thing you are trying to build. Microsoft states that organizations choosing to implement Conditional Access policies that replace security defaults must disable security defaults. Smaller tenants that never moved off security defaults hit this before they can create a single policy, and turning security defaults off without immediately enabling replacement Conditional Access policies leaves a real gap in between. Plan that switch as one change, not two.
- Users are not registered for multifactor authentication. Microsoft is blunt about the consequence: users must register for Microsoft Entra multifactor authentication before they face a situation requiring remediation, and users who are not registered are blocked and require administrator intervention. Turning on a remediation policy over an unregistered population converts a security control into a help desk incident. For hybrid users synced from on-premises, password writeback also has to be enabled or the secure password change cannot complete.
- Guests and external users are not covered the same way. The Require risk remediation control is not supported for external and guest users, because Entra ID does not support session revocation for those accounts. Any institution with meaningful vendor, auditor, or correspondent access through guest identities needs a separate answer for that population rather than assuming one policy covers everyone.
None of these are exotic. They are just the sort of thing that turns a two hour task into a three week project when they surface on September 29 instead of August 7. Institutions that recently worked through the June 2026 Conditional Access enforcement change will recognize the shape of the problem, and probably already have the emergency access accounts and registration coverage sorted.
Microsoft reports that phishing-resistant multifactor authentication can stop over 99 percent of password-based identity attacks. That figure is the argument for strong authentication, but it is not an argument for demanding strong authentication on every sign-in, every time, which is how institutions end up with users who route around their own controls. Risk-based policies are the targeting mechanism. They decide the moment to escalate. Losing them does not only remove a control, it removes the precision that made the control tolerable to the people using it.
What an examiner will ask
Financial institutions do not get graded on whether Microsoft changed something. They get graded on whether the controls they say they have are actually running.
That is the exposure here, and it has a specific shape. Your information security program almost certainly describes risk-based or adaptive authentication somewhere. Your last examination may have referenced it. Your vendor questionnaires may assert it. If the legacy policy retires on October 1 and nothing replaces it, every one of those documents describes a control your environment no longer has, and the gap is invisible from the inside because nothing failed.
The scoping differs by charter. Mortgage lenders and mortgage brokers fall under the FTC Safeguards Rule, which requires a written information security program with controls that are actually implemented and periodically reassessed. Banks and federally insured credit unions answer instead to the information security guidelines their own prudential regulators issued under the Gramm-Leach-Bliley Act. The label changes. The question does not: can you show that the access controls in your written program are enforcing today?
Three artifacts answer that question well, and all three come out of doing the migration properly:
Keep the report-only output from step two. It is dated evidence that you tested the replacement policy against real sign-ins before enforcing it, which is exactly the change-management discipline examiners look for. Keep a record of the enforcing state, not just the policy's existence, because a Conditional Access policy sitting in report-only mode on October 2 protects nobody. And keep the licensing decision in writing, especially if you concluded that Entra ID P2 was not justified for some population. A documented risk acceptance is a defensible position. An undocumented gap that nobody noticed is not.
This is also where a managed operating model earns its keep, and it is the specific thing ABT sells. Guardian MxDR deploys a governed Conditional Access baseline, risk-based policies included where the tenant is licensed for them, and checks that baseline against live tenant state. A baseline policy sitting in report-only mode shows up as a warning in reports that refresh nightly, which ABT reviews with the institution on a set cadence rather than leaving it to surface at your next examination. Checking that a policy exists is easy. Checking every month that it is still in Grant mode rather than Report-only, still scoped to the right users, and still surviving the next Microsoft change is the part institutions quietly stop doing after the project ends.
Make October 1 a non-event
Three things have to happen before the deadline: somebody confirms whether a legacy policy is still enabled, somebody answers the Entra ID P2 licensing question, and somebody keeps checking that the replacement is still enforcing six months from now. As a Tier-1 Microsoft Cloud Solution Provider, ABT does all three, and Guardian MxDR is the part that keeps watching after the project closes.
Frequently Asked Questions
The legacy user risk policy and the legacy sign-in risk policy that were configured inside Microsoft Entra ID Protection. Microsoft documents the retirement date on two Microsoft Learn pages. Entra ID Protection itself is not going away, and the risk detections continue. What retires is the enforcement layer that lived on the ID Protection policy page, which is why Microsoft directs organizations to rebuild the equivalent controls as risk-based Conditional Access policies.
No. Microsoft's guidance asks organizations to create equivalent user risk and sign-in risk policies in Conditional Access themselves, validate them in report-only mode, enable them, and then disable the old policies in ID Protection. Nothing is carried across automatically. If no equivalent policy is enabled by October 1, there is simply no risk-based policy left in the tenant to evaluate the signal.
Yes. Microsoft states that Microsoft Entra ID P2 is required to use risk-based access policies, and that Conditional Access itself requires at least Microsoft Entra ID P1. An institution on Microsoft 365 Business Premium or E3 without a P2 add-on will not be able to build the replacement policies, because the user risk and sign-in risk conditions depend on that entitlement. Confirm your licensing before planning the migration work.
No. Microsoft explicitly warns against combining sign-in risk and user risk conditions in the same Conditional Access policy and directs organizations to create separate policies for each risk condition. The two conditions describe different things, one scoring the account and one scoring a single authentication attempt, and they carry different recommended responses.
Security defaults have to come off first. Microsoft states that organizations choosing to implement Conditional Access policies that replace security defaults must disable security defaults. Treat the switch as a single planned change, with the replacement Conditional Access policies ready to enable at the same moment, so the tenant is not left without baseline protections in the gap between the two.
Keep three things. Keep the dated report-only results showing you tested the policy against real sign-ins before enforcing it. Keep evidence of the enforcing state rather than just the policy's existence, since a policy left in report-only mode protects nobody. And keep any licensing decision in writing, including a documented risk acceptance if you concluded Entra ID P2 was not justified for some group of users. Sign-in logs help here too, because Conditional Access records which risk-based policy applied to a given sign-in.
This is a common position for a lean team in August, and the scope is smaller than it looks: a tenant review to find out whether a legacy policy is still enabled, a licensing check on Entra ID P2, and two Conditional Access policies built and validated in report-only mode. ABT is a Tier-1 Microsoft Cloud Solution Provider that manages Microsoft 365 tenants for more than 750 financial institutions, and this is work we do routinely. Start at the talk to an expert page on myabt.com and ask for a tenant review.