Skip to content

Commit a6525c4

Browse files
committed
[AzureAD-Passwordless] Incorporate additional PM feedback
1 parent 1426834 commit a6525c4

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

articles/active-directory/authentication/howto-authentication-passwordless-security-key-on-premises.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Organizations must complete the steps to [Enable passwordless security key sign
4646
Organizations must also meet the following software requirements.
4747

4848
- Devices must be running Windows 10 Insider Build 18945 or newer.
49-
- You must have upgraded to or installed the latest version of [Azure AD Connect](../hybrid/how-to-connect-install-roadmap.md#install-azure-ad-connect).
49+
- You must have version 1.4.32.0 or later of [Azure AD Connect](../hybrid/how-to-connect-install-roadmap.md#install-azure-ad-connect).
5050
- Your Windows Server domain controllers must have the following patches installed:
5151
- For Windows Server 2016 - https://support.microsoft.com/help/4534307/windows-10-update-kb4534307
5252
- For Windows Server 2019 - https://support.microsoft.com/help/4534321/windows-10-update-kb4534321

articles/active-directory/authentication/howto-authentication-passwordless-security-key-windows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.collection: M365-identity-device-management
1717
---
1818
# Enable passwordless security key sign-in to Windows 10 devices with Azure Active Directory (preview)
1919

20-
This document focuses on enabling FIDO2 security key based passwordless authentication with Windows 10 devices. At the end of this article, you will be able to sign in to both web-based applications and your Azure AD joined Windows 10 devices with your Azure AD account using a FIDO2 security key.
20+
This document focuses on enabling FIDO2 security key based passwordless authentication with Windows 10 devices. At the end of this article, you will be able to sign in to both your Azure AD and hybrid Azure AD joined Windows 10 devices with your Azure AD account using a FIDO2 security key.
2121

2222
| |
2323
| --- |
@@ -35,7 +35,7 @@ This document focuses on enabling FIDO2 security key based passwordless authenti
3535
| [Azure AD joined devices](../devices/concept-azure-ad-join.md) require Windows 10 version 1809 or higher | X | |
3636
| [Hybrid Azure AD joined devices](../devices/concept-azure-ad-join-hybrid.md) require Windows 10 Insider Build 18945 or higher | | X |
3737
| Fully patched Windows Server 2016/2019 Domain Controllers. | | X |
38-
| Upgrade to the latest version of [Azure AD Connect](../hybrid/how-to-connect-install-roadmap.md#install-azure-ad-connect) | | X |
38+
| [Azure AD Connect](../hybrid/how-to-connect-install-roadmap.md#install-azure-ad-connect) version 1.4.32.0 or later | | X |
3939
| [Microsoft Intune](https://docs.microsoft.com/intune/fundamentals/what-is-intune) (Optional) | X | X |
4040
| Provisioning package (Optional) | X | X |
4141
| Group Policy (Optional) | | X |
@@ -136,7 +136,7 @@ This Group Policy setting requires an updated version of the `credentialprovider
136136

137137
## Sign in with FIDO2 security key
138138

139-
In the example below, a user named Bala Sandhu has already provisioned their FIDO2 security key using the steps in the previous article, [Enable passwordless security key sign in](howto-authentication-passwordless-security-key.md#user-registration-and-management-of-fido2-security-keys). Bala can choose the security key credential provider from the Windows 10 lock screen and insert the security key to sign into Windows.
139+
In the example below, a user named Bala Sandhu has already provisioned their FIDO2 security key using the steps in the previous article, [Enable passwordless security key sign in](howto-authentication-passwordless-security-key.md#user-registration-and-management-of-fido2-security-keys). For hybrid Azure AD joined devices, make sure you have also [enabled passwordless security key sign-in to on-premises resources](howto-authentication-passwordless-security-key-on-premises.md). Bala can choose the security key credential provider from the Windows 10 lock screen and insert the security key to sign into Windows.
140140

141141
![Security key sign-in at the Windows 10 lock screen](./media/howto-authentication-passwordless-security-key/fido2-windows-10-1903-sign-in-lock-screen.png)
142142

articles/active-directory/authentication/howto-authentication-passwordless-security-key.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: conceptual
9-
ms.date: 01/30/2020
9+
ms.date: 02/12/2020
1010

1111
ms.author: iainfou
1212
author: iainfoulds
@@ -37,7 +37,9 @@ To use security keys for logging in to web apps and services, you must have a br
3737

3838
## Prepare devices for preview
3939

40-
Devices that you will be piloting with must be running Windows 10 version 1809 or higher. The best experience is on Windows 10 version 1903 or higher.
40+
Azure AD joined devices that you pilot with must run Windows 10 version 1809 or higher. The best experience is on Windows 10 version 1903 or higher.
41+
42+
Hybrid Azure AD joined devices must run Windows 10 Insider Build 18945 or newer.
4143

4244
## Enable passwordless authentication method
4345

0 commit comments

Comments
 (0)