Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Account recovery is a Microsoft Entra ID feature that helps users regain access to their accounts when they lose all their authentication methods — such as when they lose a phone, hardware token, or their passkeys. The feature uses third-party identity verification providers to verify a user's identity through government-issued identification, allowing them to recover their account and re-enroll authentication methods.
This article walks through the complete process of enabling and configuring account recovery, from initial setup through creating identity verification profiles and deploying to production.
Prerequisites
- A Microsoft Entra ID P1 license
- Verified ID enabled and Face Check configured in your tenant
- The Authentication Administrator role in the Microsoft Entra tenant
- The Contributor or Billing Administrator role for your Azure subscription (required for identity verification provider subscription)
Open Account Recovery
Sign in to the Microsoft Entra admin center as at least an Authentication Administrator.
Go to Entra ID > Account recovery.
If this is your first time opening Account Recovery, you see the Getting started page with a setup checklist.
After setup is complete, the Account Recovery overview page shows the status of each setup task and provides information about the feature.
The overview page guides you through the required setup tasks:
- Set up Verified ID — Configure Verified ID in a few clicks to support secure, compliant account recovery.
- Set up Face Check with Verified ID — Use Face Check to verify identity so the right users regain access.
- Set up passkeys after recovery — Ask users to add a passkey after they recover access. This helps bring accounts back to a strong state. If passkeys aren't enabled in your Authentication Method Policy, enable passkeys so users can recover.
- Select and subscribe to your first identity verification provider — Choose an identity verification provider from the Microsoft Security Store for account recovery.
- Create your first identity verification profile — Complete the configuration wizard to connect your provider and turn on account recovery.
Tip
Select Estimate savings on the overview page to open the cost savings estimator. This tool helps you project potential savings by comparing the cost of traditional help desk recovery against self-service account recovery.
Subscribe to an identity verification provider
Before you create an identity verification profile, subscribe to at least one identity verification provider through the Microsoft Security Store.
On the Account Recovery overview page, select Select and subscribe to your first identity verification provider, or select the Profiles tab and then select Add.
In the Identity verification providers panel, browse the available providers. You can filter by compliance standard.
For a provider you haven't subscribed to, select Get Solution to open the provider's listing in the Microsoft Security Store.
In the Microsoft Security Store:
- Under Account details, select a Billing subscription and Resource group, and provide a Resource name.
- Under Solution details, select Choose plan and select a pricing plan.
- Select Next, confirm your order details, and select Place order.
When your SaaS subscription is ready, select Configure account now. You're redirected to the SaaS provider's admin portal to complete activation.
On the provider's General page, provide the required details (contact name, email, phone number) and select Activate.
After you see a success confirmation, return to the Account Recovery page in the Microsoft Entra admin center.
For providers you've already subscribed to, select Select to use them in a profile.
Create an identity verification profile
Identity verification profiles define how account recovery works for a specific group of users — which provider performs verification, what recovery mode to use, and how account validation is handled. You can create multiple profiles to support different user populations with different configurations.
In the Microsoft Entra admin center, go to Entra ID > Account recovery and select the Profiles tab.
Select Add to start the profile creation wizard.
Add profile details
On the Profile details step, enter a Name for the profile and an optional Description to help you identify it later.
Select Next.
Choose a recovery mode
On the Recovery mode step, select one of these modes:
- Evaluation — Users can test the identity verification process without actually recovering their accounts. Use this mode to validate the flow before production deployment.
- Production — Users who complete identity verification can fully recover their accounts and re-enroll authentication methods.
Note
Start with Evaluation mode to test the identity verification flow with a small group before enabling full recovery. In Evaluation mode, accounts are not recovered — users can only verify the process works.
Select Next.
Select user groups
On the User group selection step, choose which users can use this recovery profile:
- Select the Include tab to target specific groups. Choose All users or Select targets and then Select groups to pick specific groups.
- Select the Exclude tab to exclude specific groups from the profile. Exclusions are feature-wide.
Select Next.
Select an identity verification provider
On the Identity verification providers step, select a provider to use for this profile. The list shows providers you've already subscribed to and providers available for new subscriptions.
- For subscribed providers, select Select.
- For new providers, select Get Solution to subscribe through the Microsoft Security Store first.
Select Next.
Configure account validation
On the Account validation step, configure how identity claims from the verification provider are matched against user properties in Microsoft Entra ID.
ID Claim matching shows the default claim mapping between the provider's claims and Microsoft Entra attributes:
Provider claim (Target) Entra claim (Source) First name firstName Last name surName Under Match confidence, select the matching behavior:
- Exact — Claims must match exactly.
- Relaxed — Uses cross-field word matching to accommodate variations in how names appear on government-issued documents versus Microsoft Entra ID user profiles. For details on how relaxed matching works, see How is the Verified ID matched against Microsoft Entra ID account details?
(Recommended) Under Additional claim validations, enable a custom authentication extension to add organization-specific account matching logic during recovery. For an example of a custom authentication extension that validates Verified ID claims during Microsoft Entra account recovery, see Create a custom authentication extension for account recovery claim validation.
This step requires a pre-configured Azure Function, Logic App, or REST endpoint that connects to your organization's data — such as an HRIS system, employee directory, or other authoritative source. During recovery, verified claims from the identity verification provider are passed to your endpoint, which validates them against your organizational data and returns a match decision.
Important
All data processed by the custom authentication extension stays within your organization's trust boundary. No organizational data is shared with Microsoft — only the match result is returned to the account recovery flow.
To configure additional claim validation:
- Set the Enable toggle to on.
- Select an existing custom authentication extension, or select Create new extension to register a new Azure Function, Logic App, or REST API endpoint.
Select Next.
Review and finalize
On the Review and finalize step, review all your configuration choices:
- Recovery mode — Evaluation or Production
- User group — Included and excluded groups
- Identity verification providers — The selected provider
- Account validation — Claim mappings, match confidence, and custom authentication extension settings
Select edit next to any section to go back and change settings.
Select Complete to create the profile.
Manage identity verification profiles
After you create one or more profiles, the Profiles tab shows all your identity verification profiles in a table view.
From this page, you can:
- Add — Create another identity verification profile.
- Refresh — Update the profiles list.
- View audit logs — Review audit log entries for account recovery changes.
- Set priority — Change the order in which profiles are evaluated when a user has access to multiple profiles.
- Edit columns — Customize which columns appear in the table.
- Edit a profile — Select the edit icon to modify an existing profile's configuration.
- Copy a profile — Duplicate an existing profile as a starting point for a new one.
- Delete a profile — Remove a profile that is no longer needed.
Verify user profiles are ready for account recovery
For account recovery to work correctly, user properties must match the claims returned by the identity verification provider.
Sign in to the Microsoft Entra admin center as at least a User Administrator.
Go to Entra ID > Users > All Users and select the user you want to verify.
Select Edit properties.
Confirm that the First Name and Last Name properties are filled in and match the user's government-issued ID. The display name isn't used in the account recovery matching process — only the First name and Last name properties are used.
Important
If the First Name or Last Name properties are blank, account recovery can't match the claims from the identity verification provider. The real name on a user's government ID may not match what's listed in their Microsoft Entra ID account — verify and correct these properties before enabling recovery for those users.
Move a profile from evaluation to production
After you test account recovery in evaluation mode and confirm that identity verification works as expected, update the profile to enable full recovery.
In the Microsoft Entra admin center, go to Entra ID > Account recovery and select the Profiles tab.
Select the edit icon next to the profile you want to update.
On the Recovery mode step, select Production to enable full account recovery.
Review and confirm any other settings, then select Complete to apply the changes.
Once a profile is set to Production mode, users in the scoped groups can use account recovery to fully regain access to their accounts. They complete identity verification through the configured provider and receive a Temporary Access Pass to re-enroll their authentication methods.
Caution
Review which users are in scope for account recovery before switching to Production mode. Confirm that only appropriate user populations have access to this capability based on your organization's security requirements.