Security information registration is the process by which users set up their MFA methods — adding an authenticator app, phone number, or security key. In a default configuration, many tenants allow users to register new MFA methods without first completing an existing MFA challenge. This means that if an attacker has obtained a user's password, they can sign in and immediately register their own authenticator device, effectively replacing or supplementing the user's MFA and giving themselves ongoing access.
Requiring MFA to register security information closes this gap. It means that adding a new MFA method requires the user to already have a working MFA method and to authenticate with it. An attacker who only has the password cannot register a new device because they cannot pass the existing MFA challenge.
This is sometimes called the "registration gate" and is a prerequisite for making the rest of your MFA policy meaningful. Without it, MFA can be bypassed through the registration flow rather than the authentication flow.
The main exception is during MFA rollout or onboarding:
Temporary Access Passes are the recommended mechanism for handling both scenarios. They allow initial registration to happen securely without opening the registration gate to everyone.
After enforcing this control, review these related areas: