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-3Lines changed: 3 additions & 3 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/05/2020
12
+
ms.date: 03/06/2020
13
13
ms.author: mimart
14
14
ms.subservice: B2C
15
15
---
@@ -135,7 +135,7 @@ The following settings can be used to configure the error message displayed upon
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
+
|UserMessageIfSessionConflict|No| The message to display to the user if the code cannot be verified.|
139
139
140
140
### Returning error message
141
141
@@ -165,7 +165,7 @@ The following example `TechnicalProfile` is used for verifying a code:
165
165
166
166
## Next steps
167
167
168
-
See the following article for example of using one-time password technial profile with custom email verification:
168
+
See the following article for example of using one-time password technical profile with custom email verification:
169
169
170
170
-[Custom email verification in Azure Active Directory B2C](custom-email.md)
0 commit comments