I am using Azure AD B2C Login and Registration user flow in my mobile app. These pages has MFA for the normal users. My question is, Can I create a test user which can skip the MFA(OTP via SMS) process without using Custom Policy.
I am using Azure AD B2C Login and Registration user flow in my mobile app. These pages has MFA for the normal users. My question is, Can I create a test user which can skip the MFA(OTP via SMS) process without using Custom Policy.
I would like to say that it is possible to do that. Please refer to the following article down below:
https://learn.microsoft.com/en-us/azure/active-directory/governance/conditional-access-exclusion
Cheers!