Skip to content

Commit b19ac3b

Browse files
committed
jborsecnik commented
1 parent f35657b commit b19ac3b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6392,6 +6392,11 @@
63926392
"redirect_url": "https://azure.microsoft.com/global-infrastructure/services/?products=active-directory-ds",
63936393
"redirect_document_id": false
63946394
},
6395+
{
6396+
"source_path": "articles/active-directory-b2c/saml-technical-profile.md",
6397+
"redirect_url": "/azure/active-directory-b2c/saml-identity-provider-technical-profile",
6398+
"redirect_document_id": false
6399+
},
63956400
{
63966401
"source_path": "articles/active-directory-ds/active-directory-ds-synchronization.md",
63976402
"redirect_url": "/azure/active-directory-domain-services/synchronization",

articles/active-directory-b2c/identity-provider-salesforce-custom.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,13 +199,13 @@ The **ClaimsProviderSelection** element is analogous to an identity provider but
199199
Now that you have a button in place, you need to link it to an action. The action, in this case, is for Azure AD B2C to communicate with a Salesforce account to receive a token.
200200

201201
1. Find the **OrchestrationStep** that includes `Order="2"` in the user journey.
202-
2. Add the following **ClaimsExchange** element making sure that you use the same value for **Id** that you used for **TargetClaimsExchangeId**:
202+
2. Add the following **ClaimsExchange** element making sure that you use the same value for **ID** that you used for **TargetClaimsExchangeId**:
203203

204204
```XML
205205
<ClaimsExchange Id="SalesforceExchange" TechnicalProfileReferenceId="salesforce" />
206206
```
207207

208-
Update the value of **TechnicalProfileReferenceId** to the **Id** of the technical profile you created earlier. For example, `LinkedIn-OAUTH`.
208+
Update the value of **TechnicalProfileReferenceId** to the **ID** of the technical profile you created earlier. For example, `LinkedIn-OAUTH`.
209209

210210
3. Save the *TrustFrameworkExtensions.xml* file and upload it again for verification.
211211

0 commit comments

Comments
 (0)