A cloud-based identity and access management service for securing user authentication and resource access
Hey Ngan,
It sounds like you're navigating some complex scenarios with external guest user sign-ins and Conditional Access policies in your Microsoft Entra tenant. Let's dive into your questions!
- Is there a supported configuration that allows 'Require authentication strength' to work across ALL external identity types (Entra, MSA, email OTP)? Currently, authentication strength policies primarily support Entra-to-Entra B2B flows. There's no supported configuration that allows for 'Require authentication strength' to uniformly apply to all external identity types. The current feasible alternative for mixed guest populations is to stick with the 'Require multifactor authentication' policy. However, it's understood that this may be deprecated in the future, which could impact how personal MSA and email OTP guests authenticate.
- Is there a way for "Require multifactor authentication" to work for corporate Microsoft accounts that don't yet have MFA set up? Based on the documentation, the conditional access policy for 'Require multifactor authentication' will indeed block users who don't have MFA enabled on their home tenant. While the documentation suggests that text message can be used as a second factor, it seems that in your case, it may not be working due to the lack of MFA configuration in the home tenant of those corporate accounts. This could lead to users being blocked without alternative authentication options.
Here are some steps you might consider:
- For the users without MFA in their home tenant, check their MFA settings directly in their tenant.
- Make sure that you have correctly set up your Conditional Access policies as outlined in the detailed documentation.
Follow-up Questions:
- Are all the external users experiencing blocks related to the same home tenant configuration, or is it isolated to certain tenants?
- Have you tested the MFA login process for guest users from their home tenants to see what exact options they are presented with?
- Are you open to reviewing your current Conditional Access policy settings for potential adjustments?
I hope this helps clarify things! If you have further details or need more assistance, feel free to reach out.
References:
- Conditional Access: Require an authentication strength for external users
- Enforce multifactor authentication for B2B guest users
- Microsoft Entra Authentication and Conditional Access
Let me know how it goes!