Skip to content

Commit fa12e40

Browse files
authored
Merge pull request #103236 from yoelhor/patch-29
Update userjourneys.md
2 parents a01481c + b331400 commit fa12e40

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/active-directory-b2c/userjourneys.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: celestedg
88
ms.service: active-directory
99
ms.workload: identity
1010
ms.topic: reference
11-
ms.date: 02/03/2020
11+
ms.date: 02/04/2020
1212
ms.author: marsma
1313
ms.subservice: B2C
1414
---
@@ -158,12 +158,18 @@ Preconditions can check multiple preconditions. The following example checks whe
158158

159159
An orchestration step of type `ClaimsProviderSelection` or `CombinedSignInAndSignUp` may contain a list of claims providers that a user can sign in with. The order of the elements inside the `ClaimsProviderSelections` elements controls the order of the identity providers presented to the user.
160160

161-
The **ClaimsProviderSelection** element contains the following element:
161+
The **ClaimsProviderSelections** element contains the following element:
162162

163163
| Element | Occurrences | Description |
164164
| ------- | ----------- | ----------- |
165165
| ClaimsProviderSelection | 1:n | Provides the list of claims providers that can be selected.|
166166

167+
The **ClaimsProviderSelections** element contains the following attributes:
168+
169+
| Attribute | Required | Description |
170+
| --------- | -------- | ----------- |
171+
| DisplayOption| No | Controls the behavior of a case where a single claims provider selection is available. Possible values: `DoNotShowSingleProvider` (default) , the user is redirected immediately to the federated identity provider. Or `ShowSingleProvider` Azure AD B2C presents the sign-in page with the single identity provider selection. To use this attribute, the [content definition version](page-layout.md) must be `urn:com:microsoft:aad:b2c:elements:contract:providerselection:1.0.0` and above.|
172+
167173
The **ClaimsProviderSelection** element contains the following attributes:
168174

169175
| Attribute | Required | Description |

0 commit comments

Comments
 (0)