Skip to content

Commit 6249fbb

Browse files
esinmykengaderdus
andauthored
Update articles/active-directory-b2c/custom-policies-series-sign-up-or-sign-in-federation.md
Co-authored-by: Kenga Derdus <[email protected]>
1 parent a47aec0 commit 6249fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/custom-policies-series-sign-up-or-sign-in-federation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ Use the following steps to add a combined local and social account:
517517
```xml
518518
<OutputClaim ClaimTypeReferenceId="authenticationSource" DefaultValue="localIdpAuthentication" AlwaysUseDefaultValue="true" />
519519
```
520-
The same code should be added to the `UserSignInCollector` self-asserted technical profile. Otherwise, a user encounters the `AADB2C90037` error during local sign-in at orchestration step #6, since the `authenticationSource` claim is not assigned any value and the `alternativeSecurityId` claim is not found.
520+
Make sure you also add the `authenticationSource` claim in the output claims collection of the `UserSignInCollector` self-asserted technical profile.
521521

522522
1. In the `UserJourneys` section, add a new user journey, `LocalAndSocialSignInAndSignUp` by using the following code:
523523

0 commit comments

Comments
 (0)