ISAC support Windows Hello for Business SSO for hybrid devices

This section covers the configuration and validation workflow for deploying Hybrid devices a with Windows devices.

Prerequisites

  • On-premises Windows Server running Active Directory Domain Services (AD DS) and DNS

  • Microsoft Entra ID (Azure AD) tenant

  • Azure AD Connect installer ready on a Windows Server

  • Network connectivity between devices and the domain controller (LAN, Wi-Fi, or VPN)

  • Domain Admin rights to set up and sync users/devices

  • Azure AD Global Admin rights to configure directory synchronization

Procedure

  1. Install Active Directory Domain Services (AD DS) on Windows system. For more information, see AD DS Deployment 

  2. Configuration of User, role and adding ICS as app with SAML on Azure. For more information, see Creating a user on Microsoft Azure.

  3. Launch and Run the Entra Connect Configuration Wizard.

    1. Download Microsoft Entra Connect and install on AD.

    2. Choose Custom Install and sign in with Azure AD Global Admin credentials.

    3. To sync the directories, in Connect Directories, enter AD credentials.

    4. Configure synchronization (user filtering, OU selection, password hash sync).

    5. Select the organizational unit that consists of users and devices.

    6. Select the Password Hash Synchronization (recommended for hybrid SSO).

    7. Click finish and verify the user sync

4. Setting Attribute on AD Server

Run the following command in powershell to enable sync, set the UserPrincipalName attribute in AD server:

Copy

Set-ADUser -Identity username -UserPrincipalName "username@<domain name>.onmicrosoft.com"

5. Start a Full Sync

To initiate a complete sync, run the following command on powershell:

Copy
Start-ADSyncSyncCycle -PolicyType Initial
  • Once synced to verify users in the Entra Portal

  • Go to: https://entra.microsoft.com (or https://portal.azure.com)

  • Go to Identity > Users (or Azure Active Directory > Users)

  • Ensure the AD users appear in the list and the "Source" is Windows Server AD and on-premises sync enabled displays yes.

6. Join a computer to a domain. For more information, see Join a computer to a domain.

  • Log in with the synced AD user .

  • Hybrid join happens automatically (may take up to ~30 minutes after login).

  • To validate the device is hybrid, run the following command in powershell:

    Copy
    dsregcmd /status

Confirm: Domain joined : YES and AzureAd joined : YES.

Troubleshooting

To troubleshoot, refer Troubleshoot Microsoft Entra hybrid joined devices.