Google Workspace puts FIDO2 keys into the Windows login, days after Entra makes passkeys default
Google began rolling out FIDO2 security keys as a second factor at Windows sign-in for all Workspace customers on 13 July. Microsoft is making passkeys the default in Entra ID from 1 September. Two vendors, one direction, and the desktop is the new battleground.
Google started a gradual rollout on 13 July 2026, taking up to 15 days across Rapid Release and Scheduled Release domains, that adds FIDO2-compliant security keys as a second factor in the Windows login flow for Google Workspace users. It is available to all Workspace customers. The move lands within days of Microsoft confirming that from 1 September 2026 passkeys become the default authentication experience in Entra ID, with users on SMS or voice automatically enabled and prompted to register at their next multifactor prompt. Both vendors are pushing the same direction: away from passwords and one-time codes that can be intercepted, replayed, or handed to a convincing phishing page.
Why it matters
Workspace organisations running Windows fleets have lived with a split: strong FIDO2 authentication for Google services, and a local Windows password protecting the device those services are used from. Closing that gap matters more than the feature list suggests, because the desktop login is where credential theft and lateral movement usually start.
Read the two announcements together and the pattern is that phishing-resistant authentication is becoming the platform default rather than a project you fund. The remaining work moves to the tail: shared accounts, frontline staff without a managed device, contractors, and recovery paths that quietly depend on a phone number.
Plan the enrolment window carefully, because attackers already target passkey registration by voice phishing. Our enterprise passkey guide sequences it.
Source: Biometric Update
Related on Start with Identity
- BlogEntra ID makes passkeys the default, and retires SMS and voice in 2027
From September 2026 Entra ID auto-enables passkeys for users on SMS or voice. On 1 February 2027 those two methods stop working entirely, for every tenant, with
- BlogHID's Enterprise Attestation checks a passkey authenticator is company-issued before it can enroll
HID added a governance layer to its FIDO2 authenticators that checks for a certificate tying a device to a known company-issued authenticator before allowing pa
- BlogRSA brings passwordless authentication to Linux servers, closing its last password-only gap
RSA ID Plus now covers Linux servers, developer workstations, and critical infrastructure with FIDO-based passwordless sign-in, closing the gap where organizati
- ArticlePasswordless CIAM: Passkeys and WebAuthn for Customer Login
How to bring passwordless authentication to customer login: where passkeys fit, how they differ from magic links and OTP, the account-recovery problem, and a ro
- RecipeAdd login to a Next.js app with OIDC
A complete, copy-paste OpenID Connect login for the Next.js App Router using authorization code flow with PKCE, server-side token exchange, and httpOnly cookies
- RecipeAdd passkeys with WebAuthn
Implement passkey registration and authentication with the WebAuthn ceremonies: generate and verify challenges on the server, call navigator.credentials on the