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/one-time-password-technical-profile.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ manager: celestedg
9
9
ms.service: active-directory
10
10
ms.workload: identity
11
11
ms.topic: reference
12
-
ms.date: 03/09/2020
12
+
ms.date: 03/26/2020
13
13
ms.author: mimart
14
14
ms.subservice: B2C
15
15
---
@@ -76,10 +76,6 @@ The following settings can be used to configure code generation mode:
76
76
| Operation | Yes | The operation to be performed. Possible value: `GenerateCode`. |
77
77
| 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`. |
78
78
79
-
### Returning error message
80
-
81
-
There is no error message returned for code generation mode.
82
-
83
79
### Example
84
80
85
81
The following example `TechnicalProfile` is used for generating a code:
@@ -135,9 +131,9 @@ The following settings can be used to code verification mode:
135
131
| Operation | Yes | The operation to be performed. Possible value: `VerifyCode`. |
136
132
137
133
138
-
### Error messages
134
+
### UI elements
139
135
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).
0 commit comments