Planning and implementing MFA
This section goes into detail on how to implement MFA for AVD. We will navigate through the process step by step. The benefit of MFA is that it provides an extra layer of security for users, and only the user with access to the token can log in, reducing the risk of unauthorized access to the network and IT resources.
The prerequisites for getting started are as follows:
- You first need to assign a license to users that includes Azure AD Premium P1 or P2.
- You also need to create a new Azure AD group for MFA and ensure that you have included the users you want to assign MFA to.
- Ensure you enable Azure MFA for all required users.
For more information on the prerequisites, please see the following link: https://docs.microsoft.com/en-us/azure/active-directory/authentication/howto-mfa-getstarted#prerequisites-for-deploying-azure-ad-mfa.
You also need to ensure that your users are configured to use MFA. This is done by following...