Skip to content

Commit 3d96ad4

Browse files
authored
Update hybrid-azuread-join-federated-domains.md
1 parent c65d512 commit 3d96ad4

File tree

1 file changed

+26
-27
lines changed

1 file changed

+26
-27
lines changed

articles/active-directory/devices/hybrid-azuread-join-federated-domains.md

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,27 @@ author: MicrosoftGuyJFlo
1313
manager: daveba
1414
ms.reviewer: sandeo
1515

16-
#Customer intent: As an IT admin, I want to setup hybrid Azure AD joined devices for federated domains so that I can automatically bring AD domain-joined devices under control
16+
#Customer intent: As an IT admin, I want to setup hybrid Azure AD joined devices for federated domains so that I can automatically create and manage device identities in Azure AD for my AD domain-joined computers
1717

1818
ms.collection: M365-identity-device-management
1919
---
2020
# Tutorial: Configure hybrid Azure Active Directory join for federated domains
2121

22-
In a similar way to a user, a device is becoming another identity you want to protect and also use to protect your resources at any time and location. You can accomplish this goal by bringing your devices' identities to Azure AD using one of the following methods:
22+
In a similar way to a user, a device is another core identity you want to protect and also use it to protect your resources at any time and from any location. You can accomplish this goal by bringing and managing device identities in Azure AD using one of the following methods:
2323

2424
- Azure AD join
2525
- Hybrid Azure AD join
2626
- Azure AD registration
2727

2828
By bringing your devices to Azure AD, you maximize your users' productivity through single sign-on (SSO) across your cloud and on-premises resources. At the same time, you can secure access to your cloud and on-premises resources with [conditional access](../active-directory-conditional-access-azure-portal.md).
2929

30-
In this tutorial, you learn how to configure hybrid Azure AD join for devices that federated using ADFS.
30+
In this tutorial, you learn how to configure hybrid Azure AD join for AD domain-joined computers devices in a federated environment using AD FS.
31+
32+
> [!NOTE]
33+
> If your federated environment is using an identity provider other than AD FS, then you need to ensure that your identoty provider supports both WS-Fed and WS-Trust protocols:
34+
> **WS-Fed:** This protocol is required to join a device to Azure AD.
35+
> **WS-Trust:** This protocol is required to sign in to an Azure AD joined device.
36+
3137

3238
> [!div class="checklist"]
3339
> * Configure hybrid Azure AD join
@@ -39,9 +45,9 @@ In this tutorial, you learn how to configure hybrid Azure AD join for devices th
3945

4046
This tutorial assumes that you are familiar with:
4147

42-
- [Introduction to device management in Azure Active Directory](../device-management-introduction.md)
48+
- [Introduction to device identity management in Azure Active Directory](../device-management-introduction.md)
4349
- [How to plan your hybrid Azure Active Directory join implementation](hybrid-azuread-join-plan.md)
44-
- [How to control the hybrid Azure AD join of your devices](hybrid-azuread-join-control.md)
50+
- [How to do controlled validation of hybrid Azure AD join](hybrid-azuread-join-control.md)
4551

4652
To configure the scenario in this tutorial, you need:
4753

@@ -64,9 +70,14 @@ Hybrid Azure AD join requires the devices to have access to the following Micros
6470
- Your organization's STS (federated domains)
6571
- `https://autologon.microsoftazuread-sso.com` (If you are using or planning to use Seamless SSO)
6672

67-
Beginning with Windows 10 1803, if the instantaneous Hybrid Azure AD join for federated domain like AD FS fails, we rely on Azure AD Connect to sync the computer object in Azure AD that is subsequently used to complete the device registration for Hybrid Azure AD join.
73+
Beginning with Windows 10 1803, if the instantaneous Hybrid Azure AD join for federated environment using AD FS fails, we rely on Azure AD Connect to sync the computer object in Azure AD that is subsequently used to complete the device registration for Hybrid Azure AD join. Verify that Azure AD Connect has synchronized the computer objects of the devices you want to be hybrid Azure AD joined to Azure AD. If the computer objects belong to specific organizational units (OU), then these OUs need to be configured for synchronization in Azure AD connect as well. To learn more on how to syncronize computer objects using Azure AD Connect, see the article on [Configure filtering using Azure AD Connect](https://docs.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-sync-configure-filtering#organizational-unitbased-filtering).
74+
75+
If your organization requires access to the Internet via an outbound proxy, Microsoft recommends [implementing Web Proxy Auto-Discovery (WPAD)](https://docs.microsoft.com/en-us/previous-versions/tn-archive/cc995261(v%3dtechnet.10)) to enable Windows 10 computers to do device registration with Azure AD. If you are encountering issues with configuring and managing WPAD, go to [troubleshooting automatic detection](https://docs.microsoft.com/en-us/previous-versions/tn-archive/cc302643(v=technet.10).
6876

69-
If your organization requires access to the internet via an outbound proxy, starting with Windows 10 1709, you can [configure proxy settings on your computer using a group policy object (GPO)](https://blogs.technet.microsoft.com/netgeeks/2018/06/19/winhttp-proxy-settings-deployed-by-gpo/). If your computer is running a version earlier than Windows 10 1709, you must implement Web Proxy Auto-Discovery (WPAD) to enable Windows 10 computers to do device registration with Azure AD.
77+
If you are not using WPAD and need to configure proxy settings on your computer, you can do so starting with Windows 10 1709, by [configuring WinHTTP settings using a group policy object (GPO)](https://blogs.technet.microsoft.com/netgeeks/2018/06/19/winhttp-proxy-settings-deployed-by-gpo/).
78+
79+
> [!NOTE]
80+
> If you configure proxy settings on your computer using WinHTTP settings, then any computers that are unable to connect to the configured proxy will fail to connect to the internet.
7081
7182
If your organization requires access to the Internet via an authenticated outbound proxy, you must make sure that your Windows 10 computers can successfully authenticate to the outbound proxy. Because Windows 10 computers run device registration using machine context, it is necessary to configure outbound proxy authentication using machine context. Follow up with your outbound proxy provider on the configuration requirements.
7283

@@ -128,19 +139,8 @@ To configure a hybrid Azure AD join using Azure AD Connect, you need:
128139

129140
If some of your domain-joined devices are Windows down-level devices, you need to:
130141

131-
- Update device settings
132142
- Configure the local intranet settings for device registration
133-
- Control Windows down-level devices
134-
135-
### Update device settings
136-
137-
To register Windows down-level devices, you need to make sure that the device settings to allow users to register devices in Azure AD are set. In the Azure portal, you can find this setting under:
138-
139-
`Home > [Name of your tenant] > Devices - Device settings`
140-
141-
The following policy must be set to **All**: **Users may register their devices with Azure AD**
142-
143-
![Register devices](./media/hybrid-azuread-join-federated-domains/23.png)
143+
- install Microsoft Workplace Join for Windows down-level computers
144144

145145
### Configure the local intranet settings for device registration
146146

@@ -152,9 +152,13 @@ To successfully complete hybrid Azure AD join of your Windows down-level devices
152152

153153
Additionally, you need to enable **Allow updates to status bar via script** in the user’s local intranet zone.
154154

155-
### Control Windows down-level devices
155+
### install Microsoft Workplace Join for Windows down-level computers
156156

157-
To register Windows down-level devices, you need to download and install a Windows Installer package (.msi) from the Download Center. For more information, see the section [Controlled validation of hybrid Azure AD join on Windows down-level devices](hybrid-azuread-join-control.md#controlled-validation-of-hybrid-azure-ad-join-on-windows-down-level-devices).
157+
To register Windows down-level devices, organizations must install [Microsoft Workplace Join for non-Windows 10 computers](https://www.microsoft.com/download/details.aspx?id=53554) available on the Microsoft Download Center.
158+
159+
You can deploy the package by using a software distribution system like [System Center Configuration Manager](https://www.microsoft.com/cloud-platform/system-center-configuration-manager). The package supports the standard silent installation options with the quiet parameter. The current branch of Configuration Manager offers benefits over earlier versions, like the ability to track completed registrations.
160+
161+
The installer creates a scheduled task on the system that runs in the user context. The task is triggered when the user signs in to Windows. The task silently joins the device with Azure AD with the user credentials after authenticating with Azure AD.
158162

159163
## Verify the registration
160164

@@ -182,9 +186,4 @@ If you are experiencing issues with completing hybrid Azure AD join for domain j
182186

183187
## Next steps
184188

185-
> [!div class="nextstepaction"]
186-
> [Configure hybrid Azure Active Directory join for managed domains](hybrid-azuread-join-managed-domains.md)
187-
> [Configure hybrid Azure Active Directory join manually](hybrid-azuread-join-manual.md)
188-
189-
<!--Image references-->
190-
[1]: ./media/active-directory-conditional-access-automatic-device-registration-setup/12.png
189+
- For more information about managing device identities in the Azure AD portal, see [managing device identities using the Azure portal](device-management-azure-portal.md).

0 commit comments

Comments
 (0)