How to fix External Identities MFA conditional policy enablement

Nkou Tatai 0 Reputation points
2026-04-23T17:46:01.25+00:00

I have registered an application on External Identities, and have associated the App with MFA policy. I get errors when trying to enable the policy indicating i need to disable the default security settings which is not recommended.

How do i solve this issues - to enable the policy (conditional) to add on the default security

Microsoft Security | Microsoft Entra | Microsoft Entra External ID

1 answer

Sort by: Newest
  1. AI answer

    2026-04-23T17:46:15.9266667+00:00

    Security defaults and Conditional Access cannot be used together. To enable a Conditional Access MFA policy for External Identities, security defaults must be disabled; there is no supported way to “add” Conditional Access on top of security defaults.

    To move from security defaults to Conditional Access MFA for the external app:

    1. Plan and test MFA via Conditional Access first:
      • Create a Conditional Access policy in Report-only mode that requires MFA for the relevant users and app:
        • In the Microsoft Entra admin center, go to Entra ID > Conditional Access > Policies > New policy.
        • Under Assignments, target the relevant users (for External Identities, your external users or groups) and the registered app.
        • Under Access controls > Grant, select Grant access and Require multifactor authentication.
        • Set Enable policy to Report-only and Create.
      • Use Conditional Access insights and sign-in logs to verify the impact and confirm that MFA prompts behave as expected before enforcing the policy. For details, see the guidance under “Verify MFA enablement” and Conditional Access insights and reporting.
    2. Disable security defaults (required to turn on Conditional Access):
      • In the Microsoft Entra admin center, go to Entra ID > Overview > Properties.
      • Select Manage security defaults.
      • Set Security defaults to Disabled and save.
      • This step is necessary because if any Conditional Access policy exists (even in Off or Report-only state), security defaults cannot be enabled, and conversely, security defaults must be off to rely on Conditional Access for MFA.
    3. Turn the Conditional Access MFA policy On:
      • After confirming behavior in report-only mode, edit the policy and change Enable policy from Report-only to On.
      • Ensure emergency/break-glass accounts are excluded as recommended in Conditional Access guidance.
    4. For External Identities MFA methods (optional but common):
      • If using email OTP as an MFA method for external users, enable it in the external tenant:
        • Go to Entra ID > Authentication methods.
        • Select Email OTP.
        • Turn Enable on and set Target to All users, then Save.

    Key point: the “not recommended” warning is about disabling security defaults without having equivalent or stronger Conditional Access policies in place. The supported pattern is to design and validate Conditional Access MFA policies (starting in report-only), then disable security defaults, and finally enable the Conditional Access policies in On state to maintain or improve the security posture.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

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.