Skip to content

Commit 17d8162

Browse files
authored
Update self-asserted-technical-profile.md
Grammar and style fixes
1 parent 65c97a3 commit 17d8162

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/active-directory-b2c/self-asserted-technical-profile.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ In the display claims collection, you can include a reference to a [DisplayContr
6464

6565
The following example `TechnicalProfile` illustrates the use of display claims with display controls.
6666

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.
6969
* The other display claims are ClaimTypes to be collected from the user.
7070

7171
```XML
@@ -128,7 +128,7 @@ The **OutputClaimsTransformations** element may contain a collection of **Output
128128

129129
In a self-asserted technical profile, the output claims collection returns the claims to the next orchestration step.
130130

131-
You should use output claims when:
131+
Use output claims when:
132132

133133
- **Claims are output by output claims transformation**.
134134
- **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
192192
| AllowGenerationOfClaimsWithNullValues| No| Allow to generate a claim with null value. For example, in a case user doesn't select a checkbox.|
193193
| ContentDefinitionReferenceId | Yes | The identifier of the [content definition](contentdefinitions.md) associated with this technical profile. |
194194
| 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.
196196
| 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. |
197197
| setting.showCancelButton | No | Displays the cancel button. Possible values: `true` (default), or `false` |
198198
| setting.showContinueButton | No | Displays the continue button. Possible values: `true` (default), or `false` |

0 commit comments

Comments
 (0)