Skip to content

Commit 8cbd3ec

Browse files
Apply suggestions from code review
1 parent ce580dc commit 8cbd3ec

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

articles/active-directory/authentication/concept-certificate-based-authentication-certificateuserids.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -130,32 +130,32 @@ AlternativeSecurityId isn't part of the default attributes. An administrator nee
130130

131131
1. Create an inbound synchronization rule to transform from altSecurityIdentities to alternateSecurityId attribute.
132132

133-
In the inbound rule, use the following options.
134-
135-
|Option | Value |
136-
|-------|-------|
137-
|Name | Descriptive name of the rule, such as: In from AD - altSecurityIdentities |
138-
|Connected System | Your on-premises AD domain |
139-
|Connected System Object Type | user |
140-
|Metaverse Object Type | person |
141-
|Precedence | Choose a random high number not currently used |
142-
143-
Then proceed to the Transformations tab and do a direct mapping of the target attribute of **alternativeSecurityId** to **altSecurityIdentities** as shown below.
133+
In the inbound rule, use the following options.
134+
135+
|Option | Value |
136+
|-------|-------|
137+
|Name | Descriptive name of the rule, such as: In from AD - altSecurityIdentities |
138+
|Connected System | Your on-premises AD domain |
139+
|Connected System Object Type | user |
140+
|Metaverse Object Type | person |
141+
|Precedence | Choose a random high number not currently used |
142+
143+
Then proceed to the Transformations tab and do a direct mapping of the target attribute of **alternativeSecurityId** to **altSecurityIdentities** as shown below.
144144

145145
:::image type="content" border="true" source="./media/concept-certificate-based-authentication-certificateuserids/alt-security-identity-inbound.png" alt-text="Screenshot of how to transform from altSecurityIdentities to alternateSecurityId attribute":::
146146

147147
1. Create an outbound synchronization rule to transform from alternateSecurityId attribute to certificateUserIds
148148
alt-security-identity-add.
149149

150-
|Option | Value |
151-
|-------|-------|
152-
|Name | Descriptive name of the rule, such as: Out to AAD - certificateUserIds |
153-
|Connected System | Your Azure AD doamin |
154-
|Connected System Object Type | user |
155-
|Metaverse Object Type | person |
156-
|Precedence | Choose a random high number not currently used |
157-
158-
Then proceed to the Transformations tab and change your FlowType option to *Expression*, the target attribute to **certificateUserIds** and then input the below expression in to the Source field.
150+
|Option | Value |
151+
|-------|-------|
152+
|Name | Descriptive name of the rule, such as: Out to AAD - certificateUserIds |
153+
|Connected System | Your Azure AD doamin |
154+
|Connected System Object Type | user |
155+
|Metaverse Object Type | person |
156+
|Precedence | Choose a random high number not currently used |
157+
158+
Then proceed to the Transformations tab and change your FlowType option to *Expression*, the target attribute to **certificateUserIds** and then input the below expression in to the Source field.
159159

160160
:::image type="content" border="true" source="./media/concept-certificate-based-authentication-certificateuserids/alt-security-identity-outbound.png" alt-text="Screenshot of outbound synchronization rule to transform from alternateSecurityId attribute to certificateUserIds":::
161161

0 commit comments

Comments
 (0)