AZURE Conditional Access

Fernando Gutierrez 80 Reputation points
2023-11-29T14:57:12.63+00:00

Hello good

I would need if you can help me with the following:

I have to create a Conditional Access in Azure with the following condition:

That all new users that are created, force them and create them with the MFA method.

What should be the steps to create this condition?

Thank you!

Microsoft Entra Private Access
Microsoft Entra Private Access
Microsoft Entra Private Access provides secure and deep identity-aware, Zero Trust network access to all private apps and resources.
47 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Nandan Tripathi 0 Reputation points Microsoft Employee
    2023-11-30T01:09:06.3833333+00:00

    Hello @Fernanado, Please let me know if my understanding is correct. You want to create a CA policy which only apply to New created users where users are enforced to complete MFA.

    To answer your question, you can create a CA policy which will enforce users to complete MFA registration and next time they sign-in users have to perform MFA.

    Here are the steps below you can bind them in a new Group through a dynamic rule and create a CA policy and apply that apply to this Group.

    The following steps help create a Conditional Access policy to require all users do multifactor authentication.

    1. Sign in to the Microsoft Entra admin center as at least a Conditional Access Administrator.
    2. Browse to Protection > Conditional Access.
    3. Select Create new policy.
    4. Give your policy a name. We recommend that organizations create a meaningful standard for the names of their policies.
    5. Under Assignments, select Users or workload identities.
    6. Under Include, select All users
    7. Under Exclude, select Users and groups and choose your organization's emergency access or break-glass accounts.
    8. Under Target resources > Cloud apps > Include, select All cloud apps.
    9. Under Exclude, select any applications that don't require multifactor authentication.
    10. Under Access controls > Grant, select Grant access, Require multifactor authentication, and select Select.
    11. Confirm your settings and set Enable policy to Report-only.
    12. Select Create to create to enable your policy.

    After administrators confirm the settings using report-only mode, they can move the Enable policy toggle from Report-only to On.

    https://learn.microsoft.com/en-us/entra/identity/conditional-access/howto-conditional-access-policy-all-users-mfa#create-a-conditional-access-policy

    0 comments No comments