You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/userjourneys.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: celestedg
8
8
ms.service: active-directory
9
9
ms.workload: identity
10
10
ms.topic: reference
11
-
ms.date: 09/10/2018
11
+
ms.date: 02/03/2020
12
12
ms.author: marsma
13
13
ms.subservice: B2C
14
14
---
@@ -79,7 +79,7 @@ The **Preconditions** element contains the following element:
79
79
80
80
| Element | Occurrences | Description |
81
81
| ------- | ----------- | ----------- |
82
-
| Precondition |0:n| Depending on the technical profile being used, either redirects the client according to the claims provider selection or makes a server call to exchange claims. |
82
+
| Precondition |1:n| Depending on the technical profile being used, either redirects the client according to the claims provider selection or makes a server call to exchange claims. |
83
83
84
84
85
85
#### Precondition
@@ -162,7 +162,7 @@ The **ClaimsProviderSelection** element contains the following element:
162
162
163
163
| Element | Occurrences | Description |
164
164
| ------- | ----------- | ----------- |
165
-
| ClaimsProviderSelection |0:n| Provides the list of claims providers that can be selected.|
165
+
| ClaimsProviderSelection |1:n| Provides the list of claims providers that can be selected.|
166
166
167
167
The **ClaimsProviderSelection** element contains the following attributes:
168
168
@@ -214,7 +214,7 @@ The **ClaimsExchanges** element contains the following element:
214
214
215
215
| Element | Occurrences | Description |
216
216
| ------- | ----------- | ----------- |
217
-
| ClaimsExchange |0:n| Depending on the technical profile being used, either redirects the client according to the ClaimsProviderSelection that was selected, or makes a server call to exchange claims. |
217
+
| ClaimsExchange |1:n| Depending on the technical profile being used, either redirects the client according to the ClaimsProviderSelection that was selected, or makes a server call to exchange claims. |
218
218
219
219
The **ClaimsExchange** element contains the following attributes:
0 commit comments