Setup for Hybrid-Joined Domains
Use this guide if your environment includes on-premises Active Directory with hybrid-joined Windows devices and certificate/Kerberos requirements.
Setup Order
The Enterprise Passkey/HYPR integration steps are identical for both Entra-only and Hybrid environments. This guide focuses on the hybrid join process, which must be completed before Enterprise Passkey/HYPR integration:
- Complete hybrid join setup
- Then proceed to Administrator Configuration guide for common HYPR/Entra integration steps
Architecture and Flow
Visual Aid: Hybrid Azure AD Join Architecture
+-------------------+ +-------------------+ +-------------------+
| Windows 10/11 PC | <-----> | On-Prem AD Domain | <-----> | Azure AD Connect |
| (Domain-Joined) | | Controllers | | (Sync Server) |
+-------------------+ +-------------------+ +-------------------+
| |
| |
| v
| +-------------------+
| | Microsoft Entra |
| | (Azure AD) |
| +-------------------+
| ^
| |
+-----------------------------------------------------------+
Flow:
- Devices join on-prem AD, then register with Entra ID via Azure AD Connect.
- Users can sign in with SSO and modern authentication (including Enterprise Passkey).
For more information, see Hybrid Join Overview.
Prerequisites
Prerequisite Checklist
[✔] Windows Server 2016/2019+ Domain Controllers
[✔] Windows 10/11 (1709+) clients
[✔] Azure AD Connect (latest)
[✔] Microsoft Entra ID tenant (custom domain verified)
[✔] Global Admin (Entra) & Enterprise Admin (AD) accounts
[✔] Network connectivity (AD <-> AAD Connect <-> Entra)
[ ] (Optional) Intune, ADCS
Additional requirements for Enterprise Passkey:
- AES256_HMAC_SHA1 enabled
- Entra AD Kerberos configured (see Install the Entra Kerberos PowerShell module)
- Domain Controller patch level requirements met (see Hybrid Join Prerequisites)
Set Up Hybrid Azure AD Join
Setup Flow
1. Add/verify custom domain in Entra
2. Install & configure Azure AD Connect
3. Configure Hybrid Azure AD Join in AAD Connect
4. Sync devices & verify registration
Add and Verify Your Custom Domain in Entra ID
Steps:
- Go to Microsoft Entra admin center.
- Navigate to Identity > Custom domain names.
- Click Add custom domain, enter your domain (e.g.,
contoso.com). - Add the provided TXT record to your DNS host.
- Click Verify after DNS propagates.
Reference: Add custom domain in Azure AD
Install and Configure Azure AD Connect
Steps:
- Download Azure AD Connect.
- Install on a domain-joined Windows Server.
- Run the wizard:
- Choose Express Settings for most environments.
- Enter Entra Global Admin and AD Enterprise Admin credentials.
- Select OUs containing users/devices to sync.
- Enable Device Writeback if needed.
Reference: Install Azure AD Connect using express settings
Configure Hybrid Azure AD Join in Azure AD Connect
Steps:
- Open Azure AD Connect, select Configure device options.
- Choose Configure Hybrid Azure AD join.
- Select Windows 10 or later domain-joined devices.
- Select your AD forest and authentication service.
- Enter Domain Admin credentials.
- Complete the wizard.
Reference: Configure hybrid Azure AD join
Sync Devices and Verify Registration
Steps:
- On the Azure AD Connect server, run:
Start-ADSyncSyncCycle -PolicyType Delta - On a Windows client, run:
dsregcmd /status- Look for
AzureAdJoined : YESandDomainJoined : YES.
- Look for
- In the Entra portal, go to Identity > Devices and confirm devices show as Hybrid Azure AD joined.
Reference: Verify hybrid Azure AD join status
Reference: Microsoft: Topologies for Azure AD Connect
Proceed to administrator configuration
Once hybrid join is verified, continue with the common HYPR/Entra integration steps in the Administrator Configuration guide. Validate sign-in using a hybrid account (user@domain.com).
Additional references
- Configure hybrid Azure AD join
- Enable passwordless security key sign-in on Windows
- Install the Entra Kerberos PowerShell module
- Plan Azure AD Connect topologies
- Azure AD Connect troubleshooting
For HYPR-specific troubleshooting, see Troubleshooting.