Forum Discussion
Azure AD Connect sync account MFA support
Does the account that AAD Connect uses to connect to Azure AD requires MFA to be disabled? It's the account that AAD Connect creates itself during the installation process.
Recently, we noticed that if MFA is enforced for this account then AAD Connect starts raising errors.
18 Replies
- AndyDotPhillipsCopper ContributorBased on the previous comments, unsure if the upcoming 15-Oct-2024 MFA requirement for Azure/Entra/Intune portals apply to this?
https://learn.microsoft.com/en-us/entra/identity/authentication/concept-mandatory-multifactor-authentication- hobdeycCopper Contributor
It looks like that https://learn.microsoft.com/en-us/entra/identity/authentication/concept-mandatory-multifactor-authentication has been updated with clarification on the Azure AD Connect sync accounts (excerpt shown below for convenience):
Question: Will phase 1 or phase 2 of mandatory MFA impact my ability to sync with Microsoft Entra Connect or Microsoft Entra Cloud Sync?
Answer: No. The syncronization service account isn't affected by the mandatory MFA requirement. Only applications listed previously require MFA for sign in. Very good point indeed.
- Adam__Brown__Copper Contributor
MFA is definately the issue here, I came across your post after experiencing similar issues. MFA was enfored to all accounts by Microsoft and disrupted our AD sync. The account i authenticated with in Azure AD was set to disabled for MFA but the issue remained. After much digging i then discovered that the account actually used for the sync was an account called sync_servername_tenant.
Within the admin portal search for a user starting with Sync_ your server name should follow after the _.
Once found visit the Multi-factor authentication menu and disabled multi-factor authentication for this sync_servername account.
Its this account that is used by Azure AD Connect to sync on-prem AD to Azure. Once disabled you will find that your AD Connect sync resumes without issue.
- dusting00Copper Contributor
This was my issue.
- austinwatlingCopper ContributorJust wanted to bump this answer as this was the issue we were having as well. Thank you thank you!
- JdaduleCopper Contributor
Adam__Brown__ Thank you. You're a life saver! 😄
Yes, exclude it from MFA or any CA policies that require MFA. The account you use to configure AAD Connect can have MFA on, but that one is only used to create the actual sync account.
- Gurdev SinghIron Contributor
VasilMichev...Thanks. Do you know if this is documented somewhere that AAD Connect Sync account must be excluded from MFA.
Also, do you know much about ADFS https://techcommunity.microsoft.com/t5/Azure-Active-Directory/AAD-Connect-staging-mode-and-ADFS-configuration/m-p/689450#M2959
I'm not aware of any article explicitly mentioning the MFA requirement. However, this article describes how the account is provisioned and the type of credentials used: https://docs.microsoft.com/en-us/azure/active-directory/hybrid/reference-connect-accounts-permissions#azure-ad-connector-account