|
1 | 1 | ---
|
2 |
| -title: 'Azure Active Directory Domain Services: Enable SharePoint User Profile service | Microsoft Docs' |
3 |
| -description: Configure Azure Active Directory Domain Services managed domains to support profile synchronization for SharePoint Server |
| 2 | +title: Enable SharePoint User Profile service with Azure AD DS | Microsoft Docs |
| 3 | +description: Learn how to configure an Azure Active Directory Domain Services managed domain to support profile synchronization for SharePoint Server |
4 | 4 | services: active-directory-ds
|
5 |
| -documentationcenter: '' |
6 | 5 | author: iainfoulds
|
7 | 6 | manager: daveba
|
8 |
| -editor: curtand |
9 | 7 |
|
10 | 8 | ms.assetid: 938a5fbc-2dd1-4759-bcce-628a6e19ab9d
|
11 | 9 | ms.service: active-directory
|
12 | 10 | ms.subservice: domain-services
|
13 | 11 | ms.workload: identity
|
14 |
| -ms.tgt_pltfrm: na |
15 |
| -ms.devlang: na |
16 | 12 | ms.topic: conceptual
|
17 |
| -ms.date: 06/22/2018 |
| 13 | +ms.date: 09/12/2019 |
18 | 14 | ms.author: iainfou
|
19 | 15 |
|
20 | 16 | ---
|
| 17 | +# Configure Azure Active Directory Domain Services to support user profile synchronization for SharePoint Server |
21 | 18 |
|
22 |
| -# Configure a managed domain to support profile synchronization for SharePoint Server |
23 |
| -SharePoint Server includes a User Profile Service that is used for user profile synchronization. To set up the User Profile Service, appropriate permissions need to be granted on an Active Directory domain. For more information, see [grant Active Directory Domain Services permissions for profile synchronization in SharePoint Server 2013](https://technet.microsoft.com/library/hh296982.aspx). |
| 19 | +SharePoint Server includes a service to synchronize user profiles. This feature lets user profiles be stored in a central location and accessible across multiple SharePoint sites and farms. To configure the SharePoint Server user profile service, the appropriate permissions must be granted in an Azure Active Directory Domain Services (Azure AD DS) managed domain. For more information, see [user profile synchronization in SharePoint Server 2013](https://technet.microsoft.com/library/hh296982.aspx). |
24 | 20 |
|
25 |
| -This article explains how you can configure Azure AD Domain Services managed domains to deploy the SharePoint Server User Profile Sync service. |
| 21 | +This article shows you how to configure Azure AD DS to allow the SharePoint Server user profile sync service. |
26 | 22 |
|
27 | 23 | [!INCLUDE [active-directory-ds-prerequisites.md](../../includes/active-directory-ds-prerequisites.md)]
|
28 | 24 |
|
29 |
| -## The 'AAD DC Service Accounts' group |
30 |
| -A security group called '**AAD DC Service Accounts**' is available within the 'Users' organizational unit on your managed domain. You can see this group in the **Active Directory Users and Computers** MMC snap-in on your managed domain. |
| 25 | +## Before you begin |
31 | 26 |
|
32 |
| - |
| 27 | +To complete this article, you need the following resources and privileges: |
33 | 28 |
|
34 |
| -Members of this security group are delegated the following privileges: |
35 |
| -- The 'Replicate Directory Changes' privilege on the root DSE of the managed domain. |
36 |
| -- The 'Replicate Directory Changes' privilege on the Configuration naming context (cn=configuration container) of the managed domain. |
| 29 | +* An active Azure subscription. |
| 30 | + * If you don’t have an Azure subscription, [create an account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F). |
| 31 | +* An Azure Active Directory tenant associated with your subscription, either synchronized with an on-premises directory or a cloud-only directory. |
| 32 | + * If needed, [create an Azure Active Directory tenant][create-azure-ad-tenant] or [associate an Azure subscription with your account][associate-azure-ad-tenant]. |
| 33 | +* An Azure Active Directory Domain Services managed domain enabled and configured in your Azure AD tenant. |
| 34 | + * If needed, complete the tutorial to [create and configure an Azure Active Directory Domain Services instance][create-azure-ad-ds-instance]. |
| 35 | +* A Windows Server management VM that is joined to the Azure AD DS managed domain. |
| 36 | + * If needed, complete the tutorial to [create a management VM][tutorial-create-management-vm]. |
| 37 | +* A user account that's a member of the *Azure AD DC administrators* group in your Azure AD tenant. |
37 | 38 |
|
38 |
| -This security group is also a member of the built-in group **Pre-Windows 2000 Compatible Access**. |
| 39 | +## Service accounts overview |
39 | 40 |
|
40 |
| - |
| 41 | +In an Azure AD DS managed domain, a security group named **AAD DC Service Accounts** exists as part of the *Users* organizational unit (OU). Members of this security group are delegated the following privileges: |
41 | 42 |
|
| 43 | +- **Replicate Directory Changes** privilege on the root DSE. |
| 44 | +- **Replicate Directory Changes** privilege on the *Configuration* naming context (`cn=configuration` container). |
42 | 45 |
|
43 |
| -## Enable your managed domain to support SharePoint Server user profile sync |
44 |
| -You can add the service account used for SharePoint user profile synchronization to the **AAD DC Service Accounts** group. As a result, the synchronization account gets adequate privileges to replicate changes to the directory. This configuration step enables SharePoint Server user profile sync to work correctly. |
| 46 | +The **AAD DC Service Accounts** security group is also a member of the built-in group **Pre-Windows 2000 Compatible Access**. |
45 | 47 |
|
46 |
| - |
| 48 | +When added to this security group, the service account for SharePoint Server user profile synchronization service is granted the required privileges to work correctly. |
47 | 49 |
|
48 |
| - |
| 50 | +## Enable support for SharePoint Server user profile sync |
49 | 51 |
|
50 |
| -## Related Content |
51 |
| -* [Technical Reference - Grant Active Directory Domain Services permissions for profile synchronization in SharePoint Server 2013](https://technet.microsoft.com/library/hh296982.aspx) |
| 52 | +The service account for SharePoint Server needs adequate privileges to replicate changes to the directory and let SharePoint Server user profile sync work correctly. To provide these privileges, add the service account used for SharePoint user profile synchronization to the **AAD DC Service Accounts** group. |
| 53 | + |
| 54 | +From your Azure AD DS management VM, complete the following steps: |
| 55 | + |
| 56 | +> [!NOTE] |
| 57 | +> To edit group membership in an Azure AD DS managed domain, you must be signed in to a user account that's a member of the *AAD DC Administrators* group. |
| 58 | +
|
| 59 | +1. From the Start screen, select **Administrative Tools**. A list of available management tools is shown that were installed in the tutorial to [create a management VM][tutorial-create-management-vm]. |
| 60 | +1. To manage group membership, select **Active Directory Administrative Center** from the list of administrative tools. |
| 61 | +1. In the left pane, choose your Azure AD DS managed domain, such as *contoso.com*. A list of existing OUs and resources is shown. |
| 62 | +1. Select the **Users** OU, then choose the *AAD DC Service Accounts* security group. |
| 63 | +1. Select **Members**, then choose **Add...**. |
| 64 | +1. Enter the name of the SharePoint service account, then select **OK**. In the following example, the SharePoint service account is named *spadmin*: |
| 65 | + |
| 66 | +  |
| 67 | + |
| 68 | +## Next steps |
| 69 | + |
| 70 | +For more information, see [Grant Active Directory Domain Services permissions for profile synchronization in SharePoint Server](https://technet.microsoft.com/library/hh296982.aspx) |
| 71 | + |
| 72 | +<!-- INTERNAL LINKS --> |
| 73 | +[create-azure-ad-tenant]: ../active-directory/fundamentals/sign-up-organization.md |
| 74 | +[associate-azure-ad-tenant]: ../active-directory/fundamentals/active-directory-how-subscriptions-associated-directory.md |
| 75 | +[create-azure-ad-ds-instance]: tutorial-create-instance.md |
| 76 | +[tutorial-create-management-vm]: tutorial-create-management-vm.md |
0 commit comments