Skip to content

Commit 7896446

Browse files
committed
minor edit on user journeys
1 parent da3f781 commit 7896446

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/userjourneys.md

Lines changed: 2 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: 08/31/2021
11+
ms.date: 01/27/2023
1212
ms.author: kengaderdus
1313
ms.subservice: B2C
1414
---
@@ -232,7 +232,7 @@ Preconditions can check multiple preconditions. The following example checks whe
232232

233233
## Claims provider selection
234234

235-
Identity provider selection lets users select an action from a list of options. The identity provider selection consists of a pair of two orchestration steps:
235+
Claims provider selection lets users select an action from a list of options. The identity provider selection consists of a pair of two orchestration steps:
236236

237237
1. **Buttons** - It starts with type of `ClaimsProviderSelection`, or `CombinedSignInAndSignUp` that contains a list of options a user can choose from. The order of the options inside the `ClaimsProviderSelections` element controls the order of the buttons presented to the user.
238238
2. **Actions** - Followed by type of `ClaimsExchange`. The ClaimsExchange contains list of actions. The action is a reference to a technical profile, such as [OAuth2](oauth2-technical-profile.md), [OpenID Connect](openid-connect-technical-profile.md), [claims transformation](claims-transformation-technical-profile.md), or [self-asserted](self-asserted-technical-profile.md). When a user clicks on one of the buttons, the corresponding action is executed.

0 commit comments

Comments
 (0)