Skip to content

Commit 774d37d

Browse files
authored
Merge pull request #193270 from ArvindHarinder1/patch-239
Update active-directory-app-provisioning-sql.md
2 parents 513517c + 75088f5 commit 774d37d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

includes/active-directory-app-provisioning-sql.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,16 +223,15 @@ Next, you'll configure the **Export** and **Full import** run profiles. The **E
223223

224224
14. On the **Object Types** page, fill in the boxes and select **Next**. Use the table that follows the image for guidance on the individual boxes.
225225
- **Anchor**: This attribute should be unique in the target system. The Azure AD provisioning service will query the ECMA connector host by using this attribute after the initial cycle. This anchor value should be the same as the anchor value you configured earlier on the **Schema 3** page.
226-
- **Query Attribute**: Used by the ECMA connector host to query the in-memory cache. The values of this attribute should be unique for each user. You'll refer to this attribute again subsequently in the Azure Portal, when configuring attribute mappings, as an attribute to use for matching.
226+
- **Query Attribute**: Used by the ECMA connector host to query the in-memory cache. The values of this attribute should be unique for each user. You'll refer to this attribute again subsequently in the Azure Portal, when configuring attribute mappings, as an attribute to use for matching. This attribute should generally be the same as the Anchor.
227227
- **DN**: The **Autogenerated** option should be selected in most cases. If it isn't selected, ensure that the DN attribute is mapped to an attribute in Azure AD that stores the DN in this format: CN = anchorValue, Object = objectType. For additional information on anchors and the DN see [About anchor attributes and distinguished names](../articles/active-directory/app-provisioning/on-premises-application-provisioning-architecture.md#about-anchor-attributes-and-distinguished-names).
228-
![Screenshot that shows the Object Types page.](.\media\active-directory-app-provisioning-sql\conn-12.png)</br>
229228

230229
|Property|Description|
231230
|-----|-----|
232231
|Target object|User|
233232
|Anchor|ContosoLogin|
234-
|Query Attribute|AzureID|
235-
|DN|AzureID|
233+
|Query Attribute|ContosoLogin|
234+
|DN|ContosoLogin|
236235
|Autogenerated|Checked|
237236
15. The ECMA connector host discovers the attributes supported by the target system. You can choose which of those attributes you want to expose to Azure AD. These attributes can then be configured in the Azure portal for provisioning.On the **Select Attributes** page, add all the attributes in the dropdown list and select **Next**.
238237
![Screenshot that shows the Select Attributes page.](.\media\active-directory-app-provisioning-sql\conn-13.png)</br>
@@ -363,4 +362,4 @@ GO
363362
ALTER TABLE [dbo].[Employees] ADD CONSTRAINT [DF_Employees_InternalGUID] DEFAULT (newid()) FOR [InternalGUID]
364363
GO
365364

366-
```
365+
```

0 commit comments

Comments
 (0)