Share via

One user use single factor authenticator sign in but rest users use MFA. We want all users use MFA to sign in.

Jack Yuan 0 Reputation points
2026-03-04T00:06:40.7+00:00

We did not set up any condition access policy. The user registered a MFA device as well, but he dont need to sign in use the authenticator.

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. VEMULA SRISAI 9,745 Reputation points Microsoft External Staff Moderator
    2026-03-04T00:47:31.2233333+00:00

    From what you described, the behavior you’re seeing is expected.

    Registering an MFA method (for example, Microsoft Authenticator) does not automatically enforce MFA at sign-in. Authentication methods only make MFA available to the user; something must explicitly require it. Since you don’t have Security Defaults, Conditional Access, or per‑user MFA (legacy) enforcing MFA, that user can still sign in using single-factor authentication even though an MFA device is registered

    Other users in your tenant are likely being prompted because they are covered by a policy (for example, Security Defaults, legacy per-user MFA, or an existing Conditional Access policy), while this specific user is not.

    How to enforce MFA for all users

    You have two supported options:

    Option 1: Enable Security Defaults (recommended if you don’t use Conditional Access)

    Security Defaults automatically require MFA for all users and admins and block legacy authentication. This is suitable if you don’t have complex access requirements or Entra ID P1/P2 licenses

    https://learn.microsoft.com/en-us/entra/fundamentals/security-defaults

    Option 2: Create a Conditional Access policy (recommended for P1/P2 tenants)

    If you have Microsoft Entra ID P1 or P2, the recommended approach is to create a Conditional Access policy that:

    • Targets All users (exclude emergency/break-glass accounts)
    • Targets All cloud apps
    • Grants access Require multifactor authentication (or an MFA authentication strength)

    This ensures every sign-in requires MFA, regardless of whether the user has already registered an MFA method.

    https://learn.microsoft.com/en-us/entra/identity/conditional-access/policy-all-users-mfa-strength

    Important note

    Legacy per-user MFA is no longer recommended and is being retired. Microsoft’s guidance is to use Conditional Access or Security Defaults for consistent and future-proof MFA enforcement.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.