Logo
Enable Web Sign-in on Windows 11 with Intune
Windows; Entra ID

Enable Web Sign-in on Windows 11 with Intune

8 July 2026 By Hal Sclater

Enable Web Sign-in on Windows 11 with Intune

Web Sign-in on Windows 11 allows users to sign in to their Entra ID-joined devices using modern authentication methods such as the Microsoft Authenticator app, Temporary Access Pass (TAP), or SAML federated identity providers—without needing a traditional password.

This guide walks through the prerequisites, Intune configuration, verification steps, and a registry-based testing method.

Prerequisites

To enable Web Sign-in on Windows 11, your device must be:

  • Microsoft Entra ID (Azure AD) joined
  • Running Windows 11 22H2 or later with recent updates installed
  • Connected to the internet during sign-in

Important: Web Sign-in is not supported on domain-joined or Microsoft Entra hybrid-joined devices. [learn.microsoft.com]

  1. Open the Microsoft Intune admin center.
  2. Go to DevicesWindowsConfiguration profiles.
  3. Create a Settings catalog profile.
  4. Add the following setting:
    • Category: Authentication
    • Setting: Enable Web Sign In
    • Value: Enabled
  5. Assign the policy to your devices and allow them to sync. [learn.microsoft.com], [petervanderwoude.nl]

Verify on the device

After the policy applies, test Web Sign-in:

  1. Sign out or lock the device.
  2. On the sign-in screen, select Sign-in options.
  3. Choose the Web Sign-in icon.
  4. Sign in using your Entra ID credentials, Temporary Access Pass (TAP), Microsoft Authenticator, or other supported methods. [learn.microsoft.com], [petervanderwoude.nl]

For testing without Intune

You can enable the policy locally via the registry for testing purposes:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Authentication

Create a DWORD value:

NameValue
EnableWebSignIn1

Then sign out and check Sign-in options for the Web Sign-in provider.

Common use cases

  • Temporary Access Pass (TAP) — Issue time-limited credentials for onboarding or password recovery.
  • Passwordless sign-in with Microsoft Authenticator — Approve sign-in requests from your phone.
  • Windows Hello for Business PIN reset — Recover or reset a forgotten PIN.
  • Federated SAML identity providers — Sign in using an external identity provider integrated with Entra ID.