A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation
The error when connecting Azure AD Connect with an account that requires MFA matches the documented behavior: accounts enabled for Microsoft Entra multifactor authentication cannot be used with the legacy Azure AD (MSOnline) connection methods.
To resolve the issue and avoid error 121000 when users try to change passwords online, use one of these options:
- Use the correct UPN format
- Ensure the username is entered as
user@domain(for example,******@contoso.com) and not justadminorcontoso\\admin.
- Ensure the username is entered as
- Use an account without MFA for Azure AD Connect
- Create or choose a global administrator (or hybrid identity admin) account that does not have Microsoft Entra MFA enforced.
- Sign in to Azure AD Connect with this non‑MFA admin account.
- Temporarily disable MFA on the admin account
- If policy allows, temporarily disable Microsoft Entra MFA for the admin account that Azure AD Connect uses.
- Complete the Azure AD Connect configuration.
- Re‑enable MFA afterward for security.
The underlying limitation is that when an account is enabled for Microsoft Entra MFA, the Azure AD / MSOnline connection used by tools like Azure AD Connect cannot authenticate successfully, which produces the “Unable to authenticate your credentials”/MicrosoftOnlineException behavior.
References: