Skip to content

Ulysses Neves

Microsoft Entra ID, authentication, and hybrid identity troubleshooting.

Menu
  • Home
  • Microsoft Azure
  • Microsoft AD FS
  • Microsoft 365
  • Contact
  • Troubleshooting Index
Menu

Microsoft Entra ID – Introduction to Microsoft Entra Connect

Posted on August 28, 2019

Current guidance — September 2026: Azure AD Connect V1 has been retired and is no longer supported. Microsoft recommends evaluating Microsoft Entra Cloud Sync before deploying Microsoft Entra Connect Sync.

Source: What are Microsoft Entra Connect and Connect Health?: “Azure AD Connect V1 has been retired as of August 31, 2022 and is no longer supported.” Microsoft also states: “Microsoft Entra Cloud Sync is the future of synchronization for Microsoft. It replaces Microsoft Entra Connect.”

Hello everyone. In today’s article, we’ll cover a bit about the Microsoft Entra Connect tool, explain the services that are part of this solution, and the synchronization service architecture it uses.

What is Microsoft Entra Connect?

Microsoft Entra Connect is an identity integration tool between on-premises solutions compatible with Microsoft Entra ID. This tool is mostly used to synchronize objects between the Active Directory on-premises and Microsoft Entra ID for access to SaaS applications, such as Office 365 and others published in the cloud.

Entra Connect is an evolution of the Dirsync, Azure AD Sync, and FIM (Forefront Identity Manager) tools, which had their support discontinued in 2017. It is used when you intend to deploy a hybrid identity environment, allowing the on-premises domain user to access applications hosted on Microsoft Azure.

Office 365 uses Microsoft Entra ID as the identity store for access, and with Entra Connect, it is possible to export objects from the on-premises domain, transforming the user experience when using cloud applications with the same credential.

Components of Microsoft Entra Connect

There are three primary components that make up Microsoft Entra Connect:

Sync Service: this is the service that ensures on-premises data is synchronized to the cloud.

AD FS: this is the component responsible for multifactor authentication in third-party applications. It is configured optionally.

Health: this is the component responsible for monitoring object synchronization. This component uses monitoring agents installed on the servers. There are three types of agents:

Microsoft Entra Connect Health for AD DS – Agent installed on the on-premises domain controllers to monitor the health of the on-premises domain.

Microsoft Entra Connect Health for AD FS – Agent installed on the servers in the AD FS farm to monitor the federation service.

Microsoft Entra Connect Health for Sync – Agent installed on the servers that perform object Sync to Microsoft Entra ID, and it allows you to monitor the health of the synchronization.

To access the Microsoft Entra Connect Health service, click this link and sign in with your credentials.

When you access the Microsoft Entra Connect Health portal, you can download the agents to monitor the service.

Architecture of Microsoft Entra Connect

The main component of Microsoft Entra Connect is the Sync Engine. It has an integrated view of all databases connected to the software.

Below we’ll explain a bit more about this component’s architecture in Microsoft Entra Connect:

Sync engine image. Microsoft

CD (Connected Data Source): this is the repository where the information to be replicated to Microsoft Entra ID is collected, which can be a database or the on-premises domain service itself. Any source in database format is a possible candidate for connecting to Microsoft Entra ID.

Connector: the connector is used in the form of an API to exchange access information between the sync engine and the data source. It allows information to flow in both directions, but not simultaneously.

CS (Connector Space): the connector space is the area for temporary storage of the objects selected for synchronization, flagged as new or changed in the source base and pending export.

MV (Metaverse): the Metaverse is the area that holds the information from all the connected data sources, providing a global view of all the information being synchronized and the custom rules in the synchronization configuration process for each source base.

Joined objects: these are used to connect an object in the connector space to a metaverse object.

Disjoined objects: these are used to keep an object stored in the connector space area without necessarily exporting it. This way, the sync engine always has the up-to-date state of the data source, making it possible to convert the object to joined at any time.

Hybrid authentication methods

With the advent of cloud infrastructures, it has become increasingly attractive for companies to keep their applications and services in more than one data center, ensuring availability and reducing maintenance costs.

To make it easier to access applications hosted in the cloud, ensuring a good user experience and the security needed to access these applications. Through the hybrid identity infrastructure, it is possible to use services similar to those used in the on-premises environment without losing the experience of accessing on-premises applications. To ensure a hybrid identity infrastructure, Microsoft Entra ID has three authentication methods, let’s take a look:

Password Hash Synchronization (PHS): PHS is the default method when using the express installation of Microsoft Entra Connect. In this method, the users’ password hash is synchronized to Microsoft Entra ID using encryption methods before sending and decryption after being sent to Microsoft Entra ID.

When PHS is enabled, an initial password SYNC occurs for all users. It is not possible to define a scope to be synchronized.

By default, a password hash synchronization occurs every 2 minutes. This time cannot be changed.

Pass-through Authentication (PTA): PTA gives the user the same convenience of using the same on-premises domain credential and password when using applications published in the cloud. This model uses agents installed on the server that has Microsoft Entra Connect installed, but to ensure high availability, it is recommended to install them on other servers in the same domain in standalone format, as long as they are running Windows Server 2012 R2 or later with TLS 1.2 enabled. For more information about installation requirements, go to this link.

This method is used when you intend to keep access verification and security policy enforcement in the on-premises environment, such as expired password, user without access to the environment at a given time, disabled user, etc.

Federation using AD FS: With this method, a federation is created between Microsoft Entra ID and the AD FS (Active Directory Federation Service) infrastructure, allowing users to sign in to applications stored on-premises or in the cloud using the same credentials.

With the federation trust configured, authentication requests are routed by Azure to the AD FS servers, which validate user credentials for internal and external access to the company’s network.

Summary
In today’s post, we explained a bit about the Microsoft Entra Connect tool, its architecture, and methods for implementing a hybrid identity infrastructure. We also introduced the tools for monitoring the health of the hybrid infrastructure through the Microsoft Entra Connect Health service.

In the next article, we’ll install Microsoft Entra Connect in express install mode, which is the most common form of hybrid identity deployment used.

I hope this content has contributed to enriching your knowledge of Azure.

Did you like the post? Like and share it. 🙂

If you have any suggestions or comments, let us know.

[ ]’s

Ulysses Neves

Related guides: Browse the Microsoft Identity Troubleshooting Index or the Microsoft Entra ID topic archive.

2 thoughts on “Microsoft Entra ID – Introduction to Microsoft Entra Connect”

  1. Axel says:
    April 17, 2021 at 01:02

    é possível eu gerenciar vários dominios on premise com um usuário administrador criado no ad connect?

    Reply
    1. Uneves says:
      April 19, 2021 at 06:21

      Olá Axel. Você pode sincronizar vários domínios locais para um único tenant no Azure AD. neste documento você tem mais informações das topologias suportadas: https://docs.microsoft.com/pt-br/azure/active-directory/hybrid/plan-connect-topologies
      Se você usar as configurações expressas ou atualizar do DirSync, deverá ter uma conta de administrador corporativo para seu Active Directory local. Referência: https://docs.microsoft.com/pt-br/azure/active-directory/hybrid/how-to-connect-install-prerequisites#accounts

      Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • Microsoft Defender for Identity domain investigation: six questions to ask first September 10, 2026
  • Microsoft Entra Kerberos key rotation: what changes—and what administrators should check September 6, 2026
  • Microsoft Authenticator Will Block Jailbroken Devices in 2026 — What You Need to Know March 17, 2026
  • Enhancing Azure role activation security with FIDO2/Passkeys September 23, 2024
  • Microsoft Entra ID CAP | Enforcing WHfB using Authentication Strength April 21, 2024

Archives

  • September 2026
  • March 2026
  • September 2024
  • April 2024
  • February 2024
  • December 2023
  • September 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019

Tags

#aaddownleveldevice #adfs #adfscertificate #adfscertificates #adfsmfaadapter #azureauth #azureCA #azuredevice #capolicy #cloudsummit2021 #conditionalaccess #conditionalaccesspolicy #deviceregistration #farmbehavior #gopasswordless #mfaserver #msidentity #namedlocation #securingazure #securingazuread #sslprivatekey #troubleshootingadfs #troubleshootingwaptrust #tshootadfs #waptrust #webapplicationproxy #WHFBcerttrust #whfbdeployment #WHfBhybridsetup #WHfBprovisioning #widdatabase adconnect AD FS authenticationstrength az500 azurepim Azure security cloudsecurity microsoft365 Microsoft Azure Microsoft Entra hybrid join Microsoft Entra ID Microsoft Entra MFA PowerShell WHfB
©2026 Ulysses Neves | Design: Newspaperly WordPress Theme
Ulysses Neves
Gerenciar Consentimento de Cookies
Para fornecer as melhores experiências, usamos tecnologias como cookies para armazenar e/ou acessar informações do dispositivo. O consentimento para essas tecnologias nos permitirá processar dados como comportamento de navegação ou IDs exclusivos neste site. Não consentir ou retirar o consentimento pode afetar negativamente certos recursos e funções.
Funcional Always active
O armazenamento ou acesso técnico é estritamente necessário para a finalidade legítima de permitir a utilização de um serviço específico explicitamente solicitado pelo assinante ou utilizador, ou com a finalidade exclusiva de efetuar a transmissão de uma comunicação através de uma rede de comunicações eletrónicas.
Preferências
O armazenamento ou acesso técnico é necessário para o propósito legítimo de armazenar preferências que não são solicitadas pelo assinante ou usuário.
Estatísticas
O armazenamento ou acesso técnico que é usado exclusivamente para fins estatísticos. O armazenamento técnico ou acesso que é usado exclusivamente para fins estatísticos anônimos. Sem uma intimação, conformidade voluntária por parte de seu provedor de serviços de Internet ou registros adicionais de terceiros, as informações armazenadas ou recuperadas apenas para esse fim geralmente não podem ser usadas para identificá-lo.
Marketing
O armazenamento ou acesso técnico é necessário para criar perfis de usuário para enviar publicidade ou para rastrear o usuário em um site ou em vários sites para fins de marketing semelhantes.
  • Manage options
  • Manage services
  • Manage {vendor_count} vendors
  • Read more about these purposes
Ver preferências
  • {title}
  • {title}
  • {title}