Account Recovery Overview in Microsoft Entra ID - Microsoft Entra ID (original) (raw)

Account recovery is a Microsoft Entra ID capability that enables users to regain access to their organizational accounts when they lose all registered authentication methods — such as when a primary device is lost, stolen, or compromised. Unlike self-service password reset (SSPR), which requires users to retain at least one authentication method, account recovery re-establishes trust in a user's identity through third-party identity verification before restoring access.

Account recovery replaces manual helpdesk-led recovery with automated identity proofing. Traditional helpdesk recovery is vulnerable to social engineering attacks where bad actors manipulate support staff into illegitimately granting access. Account recovery eliminates this attack vector by using government-issued identification and biometric verification through certified identity verification providers.

Account recovery fundamentals

Account recovery is an authentication recovery mechanism for scenarios where users face complete authentication lockout — all registered methods are unavailable, and traditional self-service options can't help.

Key characteristics

When to use account recovery

Account recovery compared to self-service password reset

Although account recovery and SSPR both restore user access, they address different scenarios:

Aspect Self-service password reset (SSPR) Account recovery
Primary use case User forgot password but retains access to authentication methods User lost access to all authentication methods
Authentication requirement At least one registered method (policy can require up to two) Identity verification through a certified provider
Trust assumption User's identity is verified through existing methods User's identity must be re-established
Recovery scope Password only Complete authentication method reset
Technology dependency Existing MFA methods Identity verification services, Verified ID
Security level Medium — relies on pre-registered methods High — requires comprehensive identity proofing

Business benefits

Tip

The Account Recovery overview page in the Microsoft Entra admin center includes a cost savings estimator that helps organizations project potential savings by comparing traditional helpdesk recovery costs against self-service account recovery.

How account recovery works

Account recovery operates through a structured identity verification and trust re-establishment process that starts at sign-in.

Core components

Recovery flow

The account recovery process combines multiple verification layers to ensure that only legitimate account owners regain access.

Account discovery

The user provides their account identifier at sign-in and indicates they can't access their account. The system checks whether the account is eligible for recovery based on the identity verification profiles configured by the tenant administrator, then directs the user to the appropriate identity verification provider.

Identity verification

The user is redirected to the identity verification provider specified in their applicable profile. The provider verifies government-issued identification documents using advanced fraud detection. Liveness checks and facial recognition confirm the person is physically present. Upon successful verification, the user receives a verifiable credential (Verified ID) stored in Microsoft Authenticator.

Credential validation

The user presents their newly acquired Verified ID to Microsoft Entra ID. The system validates the credential's authenticity and matches identity attributes from the credential against stored user profile information — first name and last name by default. If a custom authentication extension is configured in the profile, additional claim validation runs against organizational data.

Access restoration

The user receives a Temporary Access Pass with limited validity and is guided through registering new authentication methods, such as passkeys.

Identity verification profiles

Identity verification profiles are the central configuration object for account recovery. Each profile defines:

Organizations create multiple profiles to address different requirements across their user populations. For example, a profile for corporate employees might use a different identity verification provider or stricter validation rules than a profile for frontline workers.

Evaluation and production modes

Each identity verification profile operates in one of two modes:

Start with Evaluation mode for new profiles to confirm the identity verification flow works for your users and policies before switching to Production.

Note

Identity verification involves processing government-issued documents and biometric data through third-party providers. Review your organization's privacy, data retention, and regional compliance requirements before deploying account recovery.

Account validation and custom authentication extensions

By default, account recovery matches identity claims from the verification provider against the user's First name and Last name properties in Microsoft Entra ID. Admins can configure the match confidence level:

Tip

For sensitive user populations, consider enabling a custom authentication extension to validate additional claims beyond first and last name. Default name-only matching may not provide sufficient assurance for high-risk accounts.

For organizations that need stronger validation, custom authentication extensions add a second layer of account matching. During recovery, verified claims from the identity verification provider are passed to an organization-owned endpoint — an Azure Function, Logic App, or REST API — which validates them against authoritative data sources such as:

Important

Data processed by the custom authentication extension stays within the organization's trust boundary. No organizational data is shared with Microsoft — only the match result is returned to the account recovery flow.

Next steps

Account recovery takes about 5–10 minutes to set up. Start in Evaluation mode so you can validate the experience before enabling production recovery. To get started, see Enable and configure account recovery in Microsoft Entra ID.