Skip to content

Commit 99d6f63

Browse files
authored
Update one-time-password-technical-profile.md
Technical profile UI element
1 parent 014e44c commit 99d6f63

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

articles/active-directory-b2c/one-time-password-technical-profile.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: celestedg
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: reference
12-
ms.date: 03/09/2020
12+
ms.date: 03/26/2020
1313
ms.author: mimart
1414
ms.subservice: B2C
1515
---
@@ -76,10 +76,6 @@ The following settings can be used to configure code generation mode:
7676
| Operation | Yes | The operation to be performed. Possible value: `GenerateCode`. |
7777
| ReuseSameCode | No | Whether a duplicate code should be given rather than generating a new code when given code has not expired and is still valid. The default value is `false`. |
7878

79-
### Returning error message
80-
81-
There is no error message returned for code generation mode.
82-
8379
### Example
8480

8581
The following example `TechnicalProfile` is used for generating a code:
@@ -135,9 +131,9 @@ The following settings can be used to code verification mode:
135131
| Operation | Yes | The operation to be performed. Possible value: `VerifyCode`. |
136132

137133

138-
### Error messages
134+
### UI elements
139135

140-
The following settings can be used to configure the error messages displayed upon code verification failure. The metadata should be configured in the [self-asserted](self-asserted-technical-profile.md) technical profile. The error messages can be [localized](localization-string-ids.md#one-time-password-error-messages).
136+
The following metadata can be used to configure the error messages displayed upon code verification failure. The metadata should be configured in the [self-asserted](self-asserted-technical-profile.md) technical profile. The error messages can be [localized](localization-string-ids.md#one-time-password-error-messages).
141137

142138
| Attribute | Required | Description |
143139
| --------- | -------- | ----------- |

0 commit comments

Comments
 (0)