Implementing Passwordless Authentication in a Global Hybrid Enterprise Part 3

The Journey to Passwordless in a Hybrid Microsoft Environment (Phase 1 & 2)

Implementing passwordless authentication in a large, hybrid enterprise is not a flip of a switch, but a multi-phase journey. Microsoft outlines a four-step model for organizations to attain “password freedom,” which we adapt here to our scenario. The emphasis is on gradually replacing passwords with stronger credentials, reducing password use in daily workflows, and eventually removing passwords entirely. All this must be done in the context of a hybrid identity environment – where on-premises Active Directory and Azure AD (now called Entra ID) are both in play. Below, we map out the journey with concrete steps and considerations:

Phase 1: Preparation and Hybrid Readiness

Before deploying any passwordless tech, the enterprise must assess and prepare its environment. Planning is critical: this involves a thorough inventory of systems, applications, user groups, and authentication dependencies. Identify which applications are cloud-based vs on-prem, which support modern auth standards (SAML/OIDC/OAuth2) vs those that are legacy (e.g. older LDAP/NTLM based). This forms the roadmap for integrating or replacing apps that currently require passwords. For each category of user (departments, roles), understand their devices and login patterns – e.g. office workers on Windows 10/11 PCs (great candidates for Windows Hello), versus developers using Linux, or shared kiosk PCs, etc.

In a hybrid Microsoft ecosystem, ensure the identity plumbing is cloud-ready. This means having Azure AD Connect setup to sync identities between AD and Azure AD, and possibly Azure AD Federation Services or PTA (Pass-through Auth) if used. The directory sync must be healthy, and consider upgrading to the latest Azure AD Connect version. Azure AD should be populated with the users, groups, and device objects (through hybrid join) so that cloud authentication methods can recognize on-prem AD accounts.

It’s also important to update endpoints and infrastructure: Enforce that all user workstations are running Windows 10/11 with a Trusted Platform Module (TPM) chip, since Windows Hello for Business relies on TPM for key protection. Domain controllers may need specific updates if you plan to use the newest Azure AD cloud trust for Kerberos (more on this later). Evaluate hardware needs: for example, if some users can’t use biometrics, consider purchasing FIDO2 security keys for them. Ensuring that every user has access to a passwordless credential option (be it a smartphone for an authenticator app, a biometric laptop, or a hardware token) is part of preparation.

From a policy side, draft an authentication policy that introduces passwordless options. In Azure AD, this might mean enabling the tenant settings for FIDO2 Security Keys and Microsoft Authenticator passwordless sign-in. In AD, prepare Group Policy or Intune policies to manage Windows Hello for Business enrollment. At this phase, communicate the vision to stakeholders: executive buy-in and user awareness from the start will smooth later phases. Establish success metrics (e.g. target to cut password reset tickets by 80%, or to have 90% of logins be passwordless by a certain date) and identify pilot groups for initial rollout.

Phase 2: Deploying Passwordless Credentials (Devices and Users)

Deploy a password replacement option – this is the first technical milestone. The enterprise should introduce one or more passwordless authentication methods and encourage (or enforce) their usage. In a Microsoft environment, two primary solutions stand out:

  • Windows Hello for Business (WHfB) for domain-joined or Azure AD-joined Windows devices. This allows users to sign into their laptop/PC with a PIN or biometric gesture (fingerprint/face) that unlocks a private key stored securely in the device’s TPM. The WHfB credentials can be configured in hybrid mode so that a single gesture gives the user access to both Azure AD cloud resources and on-prem AD resources via single sign-on. Essentially, Hello for Business creates a strong two-factor credential (device + biometric/PIN) that replaces the AD password for interactive logon. The rollout involves enabling WHfB via Group Policy/Intune, possibly in “key trust” or “certificate trust” mode. Recent improvements (Cloud Trust) have made deployment easier by using Azure AD as a trust broker to obtain Kerberos tickets for AD without a certificate on every device. Users need to register for WHfB – often this means at next login, they go through a one-time setup to configure their PIN and biometric.
  • Microsoft Authenticator App (passwordless phone sign-in) for mobile-based authentication. This method turns an iOS or Android phone into a passwordless credential. After registering their phone with Azure AD, a user can log into applications by entering just their username, then approving a push notification or matching a number on their Authenticator app – no password required. The Authenticator app effectively acts as a “something you have” factor combined with device biometrics/PIN, similar to WHfB but not tied to a Windows PC. This is ideal for accessing web apps, SaaS services, or for users on non-Windows platforms. Enable this in Azure AD by toggling on Microsoft Authenticator as a passwordless method, and require users to add their account in the app with phone sign-in enabled.
  • FIDO2 Security Keys (and “passkeys”) as an optional alternative. For users who cannot use a smartphone app or whose devices don’t support Hello (or as a backup method), FIDO2 keys (like YubiKey or biometrics USB keys) can be deployed. Azure AD supports FIDO2 keys for sign-in – users can register a key to their account. Thereafter, at login, they plug in the key and provide the required gesture (touch or PIN) to authenticate. FIDO2 keys are phishing-resistant and work across platforms, useful for scenarios like shared kiosks or cross-platform developers. However, managing physical keys (distribution, loss, etc.) adds some overhead, so they might be targeted to specific populations.

During this phase, the enterprise runs a pilot program. Perhaps IT department users or a friendly business unit go first to validate the setup. They begin signing into Windows with Hello and into cloud apps with Authenticator or FIDO keys. It’s expected that during this coexistence period, users still have passwords, but they should start using them less. Monitor authentication logs (Azure AD sign-in logs, AD event logs) to see the percentage of logins that are via new methods vs password. Gather user feedback – is the face sign-in working smoothly? Any issues with the authenticator app registration? Use these insights to adjust the rollout (for example, you might discover certain older model laptops need peripheral fingerprint readers, or a subset of users with VMware VDI can’t do WHfB, etc., and plan accordingly).

The success criteria for Phase 2 is that a robust alternative to passwords is in place and users are getting accustomed to it. They may still fall back to passwords occasionally, but we’re priming them for the next phase where password usage will be actively suppressed.

You May Also Like

More From Author

+ There are no comments

Add yours