Skip to content

Commit 070f561

Browse files
authored
XML code has been aligned with the text in custom-policies-series-store-user.md
Operation Item should not be commented out
1 parent f99aa42 commit 070f561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/custom-policies-series-store-user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ To configure a display control, use the following steps:
414414
You can configure a Microsoft Entra ID technical profile to update a user account instead of attempting to create a new one. To do so, set the Microsoft Entra ID technical profile to throw an error if the specified user account doesn't already exist in the `Metadata` collection by using the following code. The *Operation* needs to be set to *Write*:
415415

416416
```xml
417-
<!--<Item Key="Operation">Write</Item>-->
417+
<Item Key="Operation">Write</Item>
418418
<Item Key="RaiseErrorIfClaimsPrincipalDoesNotExist">true</Item>
419419
```
420420

0 commit comments

Comments
 (0)