Managing external identities to enable secure access for partners, customers, and other non-employees
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:
- 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.
- Create a Conditional Access policy in Report-only mode that requires MFA for the relevant users and app:
- 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.
- 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.
- 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.
- If using email OTP as an MFA method for external users, enable it in the external tenant:
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: