Skip to content

Commit c2f4feb

Browse files
authored
Update phone-factor-technical-profile.md
capitalization fix, per Azure style
1 parent d2e064f commit c2f4feb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/phone-factor-technical-profile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The InputClaimsTransformations element may contain a collection of input claims
5454

5555
The InputClaims element must contain the following claims. You can also map the name of your claim to the name defined in the phone factor technical profile.
5656

57-
| Data Type| Required | Description |
57+
| Data type| Required | Description |
5858
| --------- | -------- | ----------- |
5959
| string| Yes | A unique identifier for the user. The claim name, or PartnerClaimType must be set to `UserId`. This claim should not contain personal identifiable information.|
6060
| string| Yes | List of claim types. Each claim contains one phone number. If any of the input claims do not contain a phone number, the user will be asked to enroll and verify a new phone number. The validated phone number is returned as an output claim. If one of the input claims contain a phone number, the user is asked to verify it. If multiple input claims contain a phone number, the user is asked to choose and verify one of the phone numbers. |
@@ -73,7 +73,7 @@ The following example demonstrates using multiple phone numbers. For more inform
7373

7474
The OutputClaims element contains a list of claims returned by the phone factor technical profile.
7575

76-
| Data Type| Required | Description |
76+
| Data type| Required | Description |
7777
| -------- | ----------- |----------- |
7878
| boolean | Yes | Indicates whether the new phone number has been entered by the user. The claim name, or PartnerClaimType must be set to `newPhoneNumberEntered`|
7979
| string| Yes | The verified phone number. The claim name, or PartnerClaimType must be set to `Verified.OfficePhone`.|

0 commit comments

Comments
 (0)