L4. Hybrid Identity: Entra Connect and Cloud Sync
Video generating
Check back soon for the video lesson on Hybrid Identity: Entra Connect and Cloud Sync
Understand hybrid identity synchronization for the SC-300: comparing Entra Connect Sync and Entra Cloud Sync, configuring password hash sync vs pass-through authentication vs federation, and managing the source of authority for hybrid users.
Why Hybrid Identity?
Most enterprises operate both on-premises Active Directory and Entra ID. Hybrid identity synchronization bridges these two directories so users can authenticate to both cloud and on-premises resources with a single set of credentials.
The SC-300 exam expects you to know when to use each synchronization tool and which authentication method fits a given scenario.
Entra Connect Sync vs Cloud Sync
| Feature | Entra Connect Sync | Entra Cloud Sync |
|---|---|---|
| Architecture | On-premises server | Lightweight agent |
| Multi-forest support | Yes | Yes (simpler config) |
| Filtering | OU, domain, attribute | OU and group scoping |
| Password writeback | Yes | Yes |
| Device writeback | Yes | No |
| Exchange hybrid | Full support | Limited |
| Group writeback | Yes | Limited |
Authentication Methods
When a synced user signs in to a cloud resource, their credentials must be validated. Three methods are available:
Password Hash Sync (PHS)
On-premises password hashes are synced to Entra ID (hashed again for security). Authentication happens entirely in the cloud. This is the simplest method and provides the highest availability because it has no dependency on on-premises infrastructure during sign-in.
Pass-Through Authentication (PTA)
Authentication requests are forwarded to on-premises agents that validate credentials against Active Directory in real time. Passwords never leave on-premises. Requires at least one PTA agent with connectivity to a domain controller.
Federation (AD FS or third-party)
All authentication is redirected to an on-premises federation server (typically AD FS). This provides maximum flexibility for complex claim rules but introduces the highest operational overhead and lowest availability due to the dependency on federation infrastructure. Exam tip: Microsoft recommends PHS as the primary authentication method for its simplicity and resilience. Even when using PTA or federation, enabling PHS as a backup is a best practice: if PTA agents or AD FS go down, you can failover to PHS.
Source of Authority
For synced (hybrid) users, the on-premises Active Directory is the source of authority. This means:
- User attributes (name, department, phone) are managed on-premises and synced to the cloud
- Changing these attributes in Entra admin center will be overwritten at the next sync cycle
- Some attributes (like cloud-only attributes) can still be managed in Entra ID
Seamless SSO
Entra Seamless SSO works with PHS and PTA to provide automatic sign-in for users on domain-joined devices connected to the corporate network. Users do not see a password prompt when accessing cloud resources from their corporate workstation. Seamless SSO uses Kerberos tickets from the on-premises domain.
Staging Mode
Entra Connect can be deployed in staging mode: the server synchronizes data but does not export changes to Entra ID. This is used for disaster recovery (a standby server) or for testing sync rules before applying them in production.
- ✓Password hash sync (PHS) is the simplest and most resilient authentication method: recommended even as a backup for PTA or federation
- ✓Entra Cloud Sync uses lightweight agents managed from the cloud; Entra Connect Sync requires a dedicated on-premises server
- ✓For synced users, on-premises AD is the source of authority: cloud-side attribute edits will be overwritten at next sync
- ✓Pass-through authentication validates credentials in real-time against on-premises AD: passwords never leave on-prem
- ✓Staging mode lets you deploy a standby Entra Connect server that syncs data without exporting changes to Entra ID
1. A company wants the simplest authentication method with the highest cloud availability. Which should they choose?
2. An admin changes a synced user department attribute in the Entra admin center. At the next sync cycle, the change reverts. Why?
3. What is the purpose of deploying Entra Connect in staging mode?