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-5Lines changed: 3 additions & 5 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: 02/10/2020
12
+
ms.date: 03/05/2020
13
13
ms.author: mimart
14
14
ms.subservice: B2C
15
15
---
@@ -128,13 +128,14 @@ The **OutputClaimsTransformations** element may contain a collection of **Output
128
128
129
129
### Metadata
130
130
131
-
The following settings can be used to configure the error message displayed upon code verification failure:
131
+
The following settings can be used to configure the error message displayed upon code verification failure. The metadata should be configured in the [self-asserted](self-asserted-technical-profile.md) technical profile.
132
132
133
133
| Attribute | Required | Description |
134
134
| --------- | -------- | ----------- |
135
135
| UserMessageIfSessionDoesNotExist | No | The message to display to the user if the code verification session has expired. It is either the code has expired or the code has never been generated for a given identifier. |
136
136
| UserMessageIfMaxRetryAttempted | No | The message to display to the user if they've exceeded the maximum allowed verification attempts. |
137
137
| UserMessageIfInvalidCode | No | The message to display to the user if they've provided an invalid code. |
138
+
|UserMessageIfSessionConflict|No| The message to display to the user if the code cannot verified.|
138
139
139
140
### Returning error message
140
141
@@ -154,9 +155,6 @@ The following example `TechnicalProfile` is used for verifying a code:
0 commit comments