Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2cdd362

Browse files
committedFeb 7, 2022
wip
1 parent 96dc944 commit 2cdd362

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed
 

‎articles/active-directory/devices/azuread-join-sso.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: devices
88
ms.topic: conceptual
9-
ms.date: 02/04/2022
9+
ms.date: 02/07/2022
1010

1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo
@@ -25,7 +25,7 @@ This article explains how this works.
2525

2626
- An [Azure AD joined device](concept-azure-ad-join.md).
2727
- On-premises SSO requires line-of-sight communication with your on-premises AD DS domain controllers. If Azure AD joined devices aren't connected to your organization's network, a VPN or other network infrastructure is required.
28-
- Azure AD Connect
28+
- Azure AD Connect: To synchronize default user attributes like SAM Account Name, Domain Name, and UPN. For more information, see the article [Attributes synchronized by Azure AD Connect](../hybrid/reference-connect-sync-attributes-synchronized.md#windows-10).
2929

3030
## How it works
3131

@@ -38,7 +38,7 @@ If you have a hybrid environment, with both Azure AD and on-premises AD, it's li
3838
1. Azure AD sends the details of the user's on-premises domain back to the device, along with the [Primary Refresh Token](concept-primary-refresh-token.md)
3939
1. The local security authority (LSA) service enables Kerberos and NTLM authentication on the device.
4040

41-
>[!NOTE]
41+
> [!NOTE]
4242
> Windows Hello for Business requires additional configuration to enable on-premises SSO from an Azure AD joined device. For more information, see [Configure Azure AD joined devices for On-premises Single-Sign On using Windows Hello for Business](/windows/security/identity-protection/hello-for-business/hello-hybrid-aadj-sso-base).
4343
>
4444
> FIDO2 security key based passwordless authentication with Windows 10 requires additional configuration to enable on-premises SSO from an Azure AD joined device. For more information, see [Enable passwordless security key sign-in to on-premises resources with Azure Active Directory](../authentication/howto-authentication-passwordless-security-key-on-premises.md).

‎articles/active-directory/devices/concept-azure-ad-join.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: devices
88
ms.topic: conceptual
9-
ms.date: 02/04/2022
9+
ms.date: 02/07/2022
1010

1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo
@@ -25,7 +25,7 @@ Any organization can deploy Azure AD joined devices no matter the size or indust
2525
| **Primary audience** | Suitable for both cloud-only and hybrid organizations. |
2626
| | Applicable to all users in an organization |
2727
| **Device ownership** | Organization |
28-
| **Operating Systems** | All Windows 10 and 11 devices except Home editions |
28+
| **Operating Systems** | All Windows 11 and Windows 10 devices except Home editions |
2929
| | [Windows Server 2019 Virtual Machines running in Azure](howto-vm-sign-in-azure-ad-windows.md) (Server core isn't supported) |
3030
| **Provisioning** | Self-service: Windows Out of Box Experience (OOBE) or Settings |
3131
| | Bulk enrollment |
@@ -65,7 +65,7 @@ Azure AD join can be used in various scenarios like:
6565
- You want to manage a group of users in Azure AD instead of in Active Directory. This scenario can apply, for example, to seasonal workers, contractors, or students.
6666
- You want to provide joining capabilities to workers who work from home or are in remote branch offices with limited on-premises infrastructure.
6767

68-
You can configure Azure AD join for all Windows 10 devices except for Windows 10 Home.
68+
You can configure Azure AD join for all Windows 11 and Windows 10 devices except for Home editions.
6969

7070
The goal of Azure AD joined devices is to simplify:
7171

‎articles/active-directory/devices/overview.md

Lines changed: 2 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: devices
88
ms.topic: overview
9-
ms.date: 06/09/2021
9+
ms.date: 02/07/2022
1010

1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo
@@ -37,7 +37,7 @@ The modern device scenario focuses on two of these methods:
3737
- Bring your own device (BYOD)
3838
- Mobile device (cell phone and tablet)
3939
- [Azure AD join](concept-azure-ad-join.md)
40-
- Windows 10 devices owned by your organization
40+
- Windows 11 and Windows 10 devices owned by your organization
4141
- [Windows Server 2019 and newer servers in your organization running as VMs in Azure](howto-vm-sign-in-azure-ad-windows.md)
4242

4343
[Hybrid Azure AD join](concept-azure-ad-join-hybrid.md) is seen as an interim step on the road to Azure AD join. Hybrid Azure AD join provides organizations support for downlevel Windows versions back to Windows 7 and Server 2008. All three scenarios can coexist in a single organization.

0 commit comments

Comments
 (0)
Please sign in to comment.