DEV Community

Cover image for Microsoft-Entra-Management-Tasks: Perform basic Multifactor Authentication tasks
okunola babatunde
okunola babatunde

Posted on

Microsoft-Entra-Management-Tasks: Perform basic Multifactor Authentication tasks

Introduction

In today’s cloud‑driven world, passwords alone are no longer enough to protect user identities. Microsoft Entra Multifactor Authentication (MFA) adds an essential layer of security by requiring users to verify their identity through multiple factors — something they know (password), something they have (device or code), or something they are (biometric).

This exercise walks you through enabling and configuring MFA in Microsoft Entra ID. You’ll learn how to manage per‑user MFA settings, review service configurations, and set account lockout thresholds to prevent unauthorized access. These are foundational skills for any cloud engineer responsible for securing identities and access in enterprise environments.

Exercise - Perform basic Multifactor Authentication tasks

In this exercise you will explore the MFA setup process and configure a basic MFA deployment.

Task 1 - Enable / Disable Per-user MFA settings

  1. Open the Microsoft Entra admin center at https://entra.microsoft.com. gtre
  2. Log in using the credentials for your tenant. gtred
  3. From the menu on the left, open the Identity submenu hygt
  4. Select Users and then select All users. kiyt
  5. Look at the menu on the top of the new screen and find Per-user MFA. vgfre
  6. Select Per-user MFA. freew
  7. Put a mark in the box next to Bhogeswar Kalita. greet
  8. Select Enable MFA from the top of the list. kikk
  9. Read the message box that pops up. looi Note - This is a manual URL that you can email to the user, if you want to let them know to set up MFA.
  10. Select Enable button. enable
  11. Note that after a few seconds enforced shows up next to Bhogeswar’s name. yure

Task 2 - Review the Service settings for MFA

  1. Open the Microsoft Entra admin center at https://entra.microsoft.com. hyyt
  2. Log in using the credentials for your tenant. general
  3. From the menu on the left, open the Identity submenu. gttrre
  4. Select Users and then select All users. dear
  5. Select Per-user MFA item. nhnh
  6. Select Service settings. mkiu
  7. Review the settings you can configure:
Setting What it is for
App passwords Some legacy applications do not support MFA. This setting allows users to continue using those apps by generating app-specific passwords.
Trusted IPs Define specific IP address ranges that are always considered safe. Users signing in from these ranges can bypass MFA requirements.
Verification options Choose which verification methods (e.g., SMS, email, authenticator app, phone call) are available for users as their second factor of authentication.
Remember multifactor authentication on trusted device Allow users on trusted devices (such as company-managed laptops) to retain their MFA-approved status for a specified number of days, reducing repeated prompts.

gtrrren

  1. Select the Discard button if you made any changes. freew
  2. This is one method of configuring MFA for your users. bgtttr

Task 3 - View MFA account lockout settings

  1. Open the Microsoft Entra admin center at https://entra.microsoft.com. srewee
  2. Log in using the credentials for your tenant. gtrredw
  3. From the menu on the left, open the Protection submenu. mkmkii
  4. Scroll to the bottom of the list and select Show more. mkmki
  5. Select Multifactor authentication from the menu. gvgvfvc
  6. Select Account lockout from the menu.
Field Value
Number of MFA denials to trigger account lockout 3
Minutes until account lockout counter is reset 180
Minutes until account is automatically unblocked 15

account lockout

account lockout

  1. Select the Save option at the top of your screen.
    save

  2. Review some of the other configuration options you have on MFA like:

  • Fraud alert

fraudulent alert

  • Block / unblock users

block

  • Notifications

notification

Summary

Task 1 – Enable/Disable Per-user MFA

  • Navigate to Microsoft Entra admin center → Identity → Users → All users → Per-user MFA.

  • Select a user (e.g., Bhogeswar Kalita), enable MFA, and confirm.

The user’s MFA status changes to enforced once enabled.

Task 2 – Review MFA Service Settings

Options include:

  • App passwords: Allow legacy apps without MFA support.

  • Trusted IPs: Define safe IP ranges to bypass MFA.

  • Verification options: Choose allowed second-factor methods.

  • Remember MFA on trusted devices: Retain MFA approval for a set number of days on managed devices.

Task 3 – Configure MFA Account Lockout

Navigate to Protection → Multifactor authentication → Account lockout.

Suggested values:

  • 3 denials trigger lockout.

  • Counter resets after 180 minutes.

  • Account automatically unblocks after 15 minutes.

Additional options: fraud alerts, blocking/unblocking users, notifications.

Conclusion

This exercise demonstrates how I set up and managed basic MFA deployment in Microsoft Entra. It covers enabling MFA for individual users, adjusting service-wide settings to balance usability and security, and configuring account lockout rules to protect against repeated failed attempts.

Takeaway Points

  • MFA can be enforced per user, giving granular control.

  • Service settings allow flexibility for legacy apps, trusted networks, and device policies.

  • Account lockout rules are essential to prevent brute-force attacks while minimizing disruption for legitimate users.

  • Administrators should regularly review fraud alerts, user blocks, and notifications to maintain a secure environment.

Top comments (0)