Skip to content

Commit 324fad8

Browse files
authored
Merge pull request #64368 from geekatwork/patch-1
Update custom-policy-configure-user-input.md
2 parents 740534a + 8d7d409 commit 324fad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/custom-policy-configure-user-input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ To collect the city claim during sign-up, it must be added as an output claim to
9090
</TechnicalProfile>
9191
</TechnicalProfiles>
9292
</ClaimsProvider>
93-
<ClaimsProvider>
9493
```
9594

9695
To collect the city claim after initial sign-in with a federated account, it must be added as an output claim to the `SelfAsserted-Social` technical profile. For local and federated account users to be able to edit their profile data later, add the output claim to the `SelfAsserted-ProfileUpdate` technical profile. Override these technical profiles in the extension file. Specify the entire list of the output claims to control the order the claims are presented on the screen. Find the **ClaimsProviders** element. Add a new ClaimsProviders as follows:
9796

9897
```xml
98+
<ClaimsProvider>
9999
<DisplayName>Self Asserted</DisplayName>
100100
<TechnicalProfiles>
101101
<!--Federated account first-time sign-in page-->

0 commit comments

Comments
 (0)