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 0aeaafc

Browse files
authoredApr 22, 2022
Update apache-domain-joined-configure-using-azure-adds.md
Removed service endpoint requirement due to AAD saying it's only supported for Gen1 storage and added link to ID Broker for users that need MFA or have issues with conditional access policy.
1 parent e93a188 commit 0aeaafc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎articles/hdinsight/domain-joined/apache-domain-joined-configure-using-azure-adds.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ New-SelfSignedCertificate -Subject contoso100.onmicrosoft.com `
5555
```
5656

5757
> [!NOTE]
58-
> Only tenant administrators have the privileges to enable Azure AD DS. If the cluster storage is Azure Data Lake Storage Gen1 or Gen2, you must disable Azure AD Multi-Factor Authentication only for users who will need to access the cluster by using basic Kerberos authentication.
58+
> Only tenant administrators have the privileges to enable Azure AD DS. If the cluster storage is Azure Data Lake Storage Gen1 or Gen2, you must disable Azure AD Multi-Factor Authentication only for users who will need to access the cluster by using basic Kerberos authentication. If your organization requires Multi-Factor Authentication, try using the [HDInsight ID Broker feature](identity-broker.md).
5959
>
60-
> You can use [trusted IPs](../../active-directory/authentication/howto-mfa-mfasettings.md#trusted-ips) or [Conditional Access](../../active-directory/conditional-access/overview.md) to disable Multi-Factor Authentication for specific users *only* when they're accessing the IP range for the HDInsight cluster's virtual network. If you're using Conditional Access, make sure that the Active Directory service endpoint in enabled on the HDInsight virtual network.
60+
> You can use [trusted IPs](../../active-directory/authentication/howto-mfa-mfasettings.md#trusted-ips) or [Conditional Access](../../active-directory/conditional-access/overview.md) to disable Multi-Factor Authentication for specific users *only* when they're accessing the IP range for the HDInsight cluster's virtual network.
6161
>
6262
> If the cluster storage is Azure Blob storage, do not disable Multi-Factor Authentication.
6363

0 commit comments

Comments
 (0)
Please sign in to comment.