Overview of Conditional Access Authentication Strengths - Microsoft Entra ID (original) (raw)

An authentication strength is a Microsoft Entra Conditional Access control that specifies which combinations of authentication methods users can use to access a resource. Users can satisfy the strength requirements by authenticating with any of the allowed combinations.

For example, an authentication strength can require users to use only phishing-resistant authentication methods to access a sensitive resource. To access a nonsensitive resource, administrators can create another authentication strength that allows less secure multifactor authentication (MFA) combinations, such as a password and a text message.

An authentication strength is based on the policy for authentication methods. That is, administrators can scope authentication methods for specific users and groups to be used across Microsoft Entra ID federated applications. An authentication strength allows further control over the usage of these methods, based on specific scenarios such as sensitive resource access, user risk, and location.

Prerequisites

Scenarios for authentication strengths

Authentication strengths can help customers address these scenarios:

Built-in and custom authentication strengths

Administrators can specify an authentication strength to access a resource by creating a Conditional Access policy with the Require authentication strength control. They can choose from three built-in authentication strengths: Multifactor authentication strength, Passwordless MFA strength, and Phishing-resistant MFA strength. They can also create a custom authentication strength based on the authentication method combinations that they want to allow.

Screenshot of a Conditional Access policy with an authentication strength configured in grant controls.

Built-in authentication strengths

Built-in authentication strengths are combinations of authentication methods that Microsoft predefines. Built-in authentication strengths are always available and can't be modified. Microsoft updates built-in authentication strengths when new methods become available.

For example, the built-in Phishing-resistant MFA strength authentication strength allows combinations of:

Screenshot that shows the definition of the authentication strength for phishing-resistant multifactor authentication.

The following table lists combinations of authentication methods for each built-in authentication strength. These combinations include methods that users need to register and that admins need to enable in the policy for authentication methods or the policy for legacy MFA settings:

Authentication method combination MFA strength Passwordless MFA strength Phishing-resistant MFA strength
FIDO2 security key
Windows Hello for Business or platform credential
Certificate-based authentication (multifactor)
Microsoft Authenticator (phone sign-in)
Temporary Access Pass (one-time use and multiple use)
Password plus something the user has1
Federated single-factor plus something the user has1
Federated multifactor
Certificate-based authentication (single-factor)
SMS sign-in
Password
Federated single-factor

1 Something the user has refers to one of the following methods: text message, voice, push notification, software OATH token, or hardware OATH token.

You can use the following API call to list definitions of all the built-in authentication strengths:

GET https://graph.microsoft.com/beta/identity/conditionalAccess/authenticationStrength/policies?$filter=policyType eq 'builtIn'

Custom authentication strengths

Conditional Access administrators can also create custom authentication strengths to exactly suit their access requirements. For more information, see Create and manage custom Conditional Access authentication strengths.

Limitations

Known issues

FAQ

Should I use an authentication strength or the policy for authentication methods?

An authentication strength is based on the Authentication methods policy. The Authentication methods policy helps to scope and configure authentication methods that users and groups can use across Microsoft Entra ID. An authentication strength allows another restriction of methods for specific scenarios, such as sensitive resource access, user risk, and location.

For example, assume that the administrator of an organization named Contoso wants to allow users to use Microsoft Authenticator with either push notifications or passwordless authentication mode. The administrator goes to the Authenticator settings in the Authentication methods policy, scopes the policy for the relevant users, and sets Authentication mode to Any.

For Contoso's most sensitive resource, the administrator wants to restrict the access to only passwordless authentication methods. The administrator creates a new Conditional Access policy by using the built-in Passwordless MFA strength authentication strength.

As a result, users in Contoso can access most of the resources in the tenant by using a password and a push notification from Authenticator, or by using only Authenticator (phone sign-in). However, when the users in the tenant access the sensitive application, they must use Authenticator (phone sign-in).