To implement Security Keys as an alternative to the Authenticator app and phone in your Azure AD environment for Multi-Factor Authentication (MFA), you should follow these steps:
- Enable FIDO2 Security Key in Azure AD:
- Sign in to the Azure AD admin center.
- Navigate to
Azure Active Directory > Security > Authentication methods > Authentication method policy
. - Under the
FIDO2 Security Key
method, selectEnable
. - Choose
All users
or select specific groups if you want to apply it only to certain users or groups. Mor einfo https://practical365.com/achieving-passwordless-authentication-in-azure-ad/
- Configure Authentication Method Settings:
- In the FIDO2 Security Key settings, you can adjust additional options such as:
- Allowing self-service setup.
- Enforcing attestation.
- Key restrictions, if you only want to allow certain types of FIDO2 keys. More info https://learn.microsoft.com/en-us/entra/identity/authentication/howto-authentication-passwordless-security-key
- In the FIDO2 Security Key settings, you can adjust additional options such as:
- User Registration of the Security Key:
- The user must have at least one additional security method registered.
- To register a Security Key, the user needs to go to
https://myprofile.microsoft.com
, selectSecurity Info
, and thenAdd method
. - Choose
Security key
and follow the instructions to set up the key, either USB or NFC. Mor einfo https://support.microsoft.com/en-us/account-billing/set-up-a-security-key-as-your-verification-method-2911cacd-efa5-4593-ae22-e09ae14c6698
- Security and Compliance Considerations:
- Ensure that the Security Keys are FIDO2 and Microsoft compatible.
- Administrators can manage users' Security Keys via Azure AD and PowerShell.
- It’s advisable to register a backup authenticator device for each service or application. Mor einfo https://practical365.com/achieving-passwordless-authentication-in-azure-ad/
- Monitoring and Auditing:
- Administrators can verify and audit all registered authentication methods of the users in the Azure AD admin center.
If you have any specific questions about the process or need more details, feel free to ask. And remember, if this information has been helpful, please accept the answer to continue supporting you with quality information.