File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
articles/active-directory-b2c Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ You can define a Salesforce account as a claims provider by adding it to the **C
123
123
<Key Id =" SamlMessageSigning" StorageReferenceId =" B2C_1A_SAMLSigningCert" />
124
124
</CryptographicKeys >
125
125
<OutputClaims >
126
- <OutputClaim ClaimTypeReferenceId =" socialIdpUserId " PartnerClaimType =" userId" />
126
+ <OutputClaim ClaimTypeReferenceId =" issuerUserId " PartnerClaimType =" userId" />
127
127
<OutputClaim ClaimTypeReferenceId =" givenName" PartnerClaimType =" given_name" />
128
128
<OutputClaim ClaimTypeReferenceId =" surname" PartnerClaimType =" family_name" />
129
129
<OutputClaim ClaimTypeReferenceId =" email" PartnerClaimType =" email" />
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ You can define an Amazon account as a claims provider by adding it to the **Clai
84
84
<Key Id =" client_secret" StorageReferenceId =" B2C_1A_AmazonSecret" />
85
85
</CryptographicKeys >
86
86
<OutputClaims >
87
- <OutputClaim ClaimTypeReferenceId =" socialIdpUserId " PartnerClaimType =" user_id" />
87
+ <OutputClaim ClaimTypeReferenceId =" issuerUserId " PartnerClaimType =" user_id" />
88
88
<OutputClaim ClaimTypeReferenceId =" email" PartnerClaimType =" email" />
89
89
<OutputClaim ClaimTypeReferenceId =" displayName" PartnerClaimType =" name" />
90
90
<OutputClaim ClaimTypeReferenceId =" identityProvider" DefaultValue =" amazon.com" />
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Use this claims transformation to generate a `alternativeSecurityId` ClaimType.
47
47
``` XML
48
48
<ClaimsTransformation Id =" CreateAlternativeSecurityId" TransformationMethod =" CreateAlternativeSecurityId" >
49
49
<InputClaims >
50
- <InputClaim ClaimTypeReferenceId =" socialIdpUserId " TransformationClaimType =" key" />
50
+ <InputClaim ClaimTypeReferenceId =" issuerUserId " TransformationClaimType =" key" />
51
51
<InputClaim ClaimTypeReferenceId =" identityProvider" TransformationClaimType =" identityProvider" />
52
52
</InputClaims >
53
53
<OutputClaims >
You can’t perform that action at this time.
0 commit comments