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/self-asserted-technical-profile.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
@@ -64,8 +64,8 @@ In the display claims collection, you can include a reference to a [DisplayContr
64
64
65
65
The following example `TechnicalProfile` illustrates the use of display claims with display controls.
66
66
67
-
* The first display claim makes a reference to the `emailVerificationControl` display control which collects and verifies the email address.
68
-
* The fifth display claim makes a reference to the `phoneVerificationControl` display control which collects and verifies a phone number.
67
+
* The first display claim makes a reference to the `emailVerificationControl` display control, which collects and verifies the email address.
68
+
* The fifth display claim makes a reference to the `phoneVerificationControl` display control, which collects and verifies a phone number.
69
69
* The other display claims are ClaimTypes to be collected from the user.
70
70
71
71
```XML
@@ -128,7 +128,7 @@ The **OutputClaimsTransformations** element may contain a collection of **Output
128
128
129
129
In a self-asserted technical profile, the output claims collection returns the claims to the next orchestration step.
130
130
131
-
You should use output claims when:
131
+
Use output claims when:
132
132
133
133
-**Claims are output by output claims transformation**.
134
134
-**Setting a default value in an output claim** without collecting data from the user or returning the data from the validation technical profile. The `LocalAccountSignUpWithLogonEmail` self-asserted technical profile sets the **executed-SelfAsserted-Input** claim to `true`.
@@ -192,7 +192,7 @@ You can also call a REST API technical profile with your business logic, overwri
192
192
| AllowGenerationOfClaimsWithNullValues| No| Allow to generate a claim with null value. For example, in a case user doesn't select a checkbox.|
193
193
| ContentDefinitionReferenceId | Yes | The identifier of the [content definition](contentdefinitions.md) associated with this technical profile. |
194
194
| EnforceEmailVerification | No | For sign-up or profile edit, enforces email verification. Possible values: `true` (default), or `false`. |
195
-
| setting.retryLimit | No | Controls the number of times a user can try to provide the data that is checked against a validation technical profile. For example, a user tries to sign-up with an account that already exists and keeps trying until the limit reached.
195
+
| setting.retryLimit | No | Controls the number of times a user can try to provide the data that is checked against a validation technical profile. For example, a user tries to sign-up with an account that already exists and keeps trying until the limit reached.
196
196
| SignUpTarget <sup>1</sup>| No | The signup target exchange identifier. When the user clicks the sign-up button, Azure AD B2C executes the specified exchange identifier. |
197
197
| setting.showCancelButton | No | Displays the cancel button. Possible values: `true` (default), or `false`|
198
198
| setting.showContinueButton | No | Displays the continue button. Possible values: `true` (default), or `false`|
0 commit comments