Skip to content

Commit 129ee58

Browse files
Fixed typo
Fixed typo
1 parent d370598 commit 129ee58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/active-directory-b2c-custom-setup-adfs2016-idp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ At this point, the identity provider has been set up, but it’s not available i
113113
The **ClaimsProviderSelection** element is analogous to an identity provider button on a sign-up or sign-in screen. If you add a **ClaimsProviderSelection** element for an ADFS account, a new button shows up when a user lands on the page.
114114

115115
1. Find the **OrchestrationStep** element that includes `Order="1"` in the user journey that you created.
116-
2. Under **ClaimsProviderSelects**, add the following element. Set the value of **TargetClaimsExchangeId** to an appropriate value, for example `ContosoExchange`:
116+
2. Under **ClaimsProviderSelections**, add the following element. Set the value of **TargetClaimsExchangeId** to an appropriate value, for example `ContosoExchange`:
117117

118118
```XML
119119
<ClaimsProviderSelection TargetClaimsExchangeId="ContosoExchange" />

0 commit comments

Comments
 (0)