You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Learn how to plan Azure HDInsight security with Enterprise Security Package.
4
4
ms.service: azure-hdinsight
5
5
ms.topic: conceptual
6
-
ms.custom: hdinsightactive, has-azure-ad-ps-ref
6
+
ms.custom: hdinsightactive, no-azure-ad-ps-ref
7
7
author: hareshg
8
8
ms.author: hgowrisankar
9
9
ms.reviewer: nijelsf
@@ -60,52 +60,51 @@ If you're using federation with Active Directory Federation Services (AD FS), yo
60
60
61
61
When you use on-premises Active Directory or Active Directory on IaaS VMs alone, without Microsoft Entra ID and Microsoft Entra Domain Services, isn't a supported configuration for HDInsight clusters with ESP.
62
62
63
-
[!INCLUDE [Azure AD PowerShell deprecation note](~/reusable-content/msgraph-powershell/includes/aad-powershell-deprecation-note.md)]
64
-
65
63
If you use federation and password hashes are synced correctly, but you're getting authentication failures, check if cloud password authentication is enabled for the PowerShell service principal. If not, you must set a [Home Realm Discovery (HRD) policy](../../active-directory/manage-apps/configure-authentication-for-federated-users-portal.md) for your Microsoft Entra tenant. To check and set the HRD policy:
66
64
67
-
1. Install the preview [Azure AD PowerShell module](/powershell/azure/active-directory/install-adv2).
65
+
1. Install the [Microsoft.Entra](/powershell/module/microsoft.entra) and [Microsoft.Entra.Beta](/powershell/module/microsoft.entra.beta) modules.
68
66
69
67
```powershell
70
-
Install-Module AzureAD
68
+
Install-Module Microsoft.Entra
69
+
Install-Module microsoft.Entra.Beta
71
70
```
72
71
73
72
2. Connect using [Hybrid Identity Administrator](/entra/identity/role-based-access-control/permissions-reference#hybrid-identity-administrator)credentials.
74
73
75
74
```powershell
76
-
Connect-AzureAD
75
+
Connect-Entra -Scopes 'Application.ReadWrite.All'
77
76
```
78
77
79
78
3. Check if the Microsoft Azure PowerShell service principal has already been created.
0 commit comments