Protect security info registration with Conditional Access policy
Securing when and how users register for Microsoft Entra multifactor authentication and self-service password reset is possible with user actions in a Conditional Access policy. This feature is available to organizations who enable combined registration. This functionality allows organizations to treat the registration process like any application in a Conditional Access policy and use the full power of Conditional Access to secure the experience. Users signing in to the Microsoft Authenticator app or enabling passwordless phone sign-in are subject to this policy.
Some organizations in the past might have used trusted network location or device compliance as a means to secure the registration experience. With the addition of Temporary Access Pass in Microsoft Entra ID, administrators can provide time-limited credentials to their users that allow them to register from any device or location. Temporary Access Pass credentials satisfy Conditional Access requirements for multifactor authentication.
User exclusions
Conditional Access policies are powerful tools, we recommend excluding the following accounts from your policies:
- Emergency access or break-glass accounts to prevent lockout due to policy misconfiguration. In the unlikely scenario all administrators are locked out, your emergency-access administrative account can be used to log in and take steps to recover access.
- More information can be found in the article, Manage emergency access accounts in Microsoft Entra ID.
- Service accounts and Service principals, such as the Microsoft Entra Connect Sync Account. Service accounts are non-interactive accounts that aren't tied to any particular user. They're normally used by back-end services allowing programmatic access to applications, but are also used to sign in to systems for administrative purposes. Calls made by service principals won't be blocked by Conditional Access policies scoped to users. Use Conditional Access for workload identities to define policies targeting service principals.
- If your organization has these accounts in use in scripts or code, consider replacing them with managed identities.
Template deployment
Organizations can choose to deploy this policy using the steps outlined below or using the Conditional Access templates.
Create a policy to secure registration
The following policy applies to the selected users, who attempt to register using the combined registration experience. The policy requires users to be in a trusted network location and do multifactor authentication, or use Temporary Access Pass credentials.
Warning
If you use external authentication methods, these are currently incompatable with authentication strength and you should use the Require multifactor authentication grant control.
- Sign in to the Microsoft Entra admin center as at least a Conditional Access Administrator.
- Browse to Protection > Conditional Access > Policies.
- Select New policy.
- In Name, Enter a Name for this policy. For example, Combined Security Info Registration with TAP.
- Under Assignments, select Users or workload identities.
Under Include, select All users.
Warning
Users must be enabled for the combined registration.
Under Exclude.
Select All guest and external users.
Note
Temporary Access Pass does not work for guest users.
Select Users and groups and choose your organization's emergency access or break-glass accounts.
- Under Target resources > User actions, check Register security information.
- Under Conditions > Locations.
- Set Configure to Yes.
- Include Any location.
- Exclude All trusted locations.
- Set Configure to Yes.
- Under Access controls > Grant, select Grant access.
- Select Require authentication strength, then select the appropriate built-in or custom authentication strength from the list.
- Select Select.
- Confirm your settings and set Enable policy to Report-only.
- Select Create to create to enable your policy.
After administrators confirm the settings using report-only mode, they can move the Enable policy toggle from Report-only to On.
Administrators have to issue Temporary Access Pass credentials to new users so they can satisfy the requirements for multifactor authentication to register. Steps to accomplish this task, are found in the section Create a Temporary Access Pass in the Microsoft Entra admin center.
Organizations might choose to require other grant controls with or in place of Require multifactor authentication at step 8a. When selecting multiple controls, be sure to select the appropriate radio button toggle to require all or one of the selected controls when making this change.
Guest user registration
For guest users who need to register for multifactor authentication in your directory you might choose to block registration from outside of trusted network locations using the following guide.
- Sign in to the Microsoft Entra admin center as at least a Conditional Access Administrator.
- Browse to Protection > Conditional Access > Policies.
- Select New policy.
- In Name, Enter a Name for this policy. For example, Combined Security Info Registration on Trusted Networks.
- Under Assignments, select Users or workload identities.
- Under Include, select All guest and external users.
- Under Target resources > User actions, check Register security information.
- Under Conditions > Locations.
- Configure Yes.
- Include Any location.
- Exclude All trusted locations.
- Under Access controls > Grant.
- Select Block access.
- Then choose Select.
- Confirm your settings and set Enable policy to Report-only.
- Select Create to create to enable your policy.
After administrators confirm the settings using report-only mode, they can move the Enable policy toggle from Report-only to On.