Azure AD Connect required?

Wil 21 Reputation points
2021-06-30T15:42:50.057+00:00

Verbiage on the below link seems to imply Azure AD Connect is a requirement (prerequisite) to enable MFA in Azure AD if using "Hybrid identity scenarios". We use AD DS on-premises and Azure AD for Microsoft 365 resources. We want to continue in the same configuration (separate passwords, not synced), and enable MFA for Azure AD. What are the pitfalls of enabling MFA and bypassing Azure AD Connect?

https://learn.microsoft.com/en-us/azure/active-directory/authentication/howto-mfa-getstarted#plan-user-rollout

Azure Active Directory
Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
13,441 questions
No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vasil Michev 66,011 Reputation points MVP
    2021-06-30T19:18:27.71+00:00

    Well how are synchronizing the users to Azure AD, if at all? Hybrid generally means you are using directory synchronization (password sync and other features are not required), thus the need for AAD Connect. You dont technically need it to enable MFA for objects that already exist in Azure AD, either created as cloud-only or synced.

    1 person found this answer helpful.