@@ -8,7 +8,7 @@ manager: celestedg
8
8
ms.service : active-directory
9
9
ms.workload : identity
10
10
ms.topic : reference
11
- ms.date : 09/10/2018
11
+ ms.date : 01/31/2020
12
12
ms.author : marsma
13
13
ms.subservice : B2C
14
14
---
@@ -75,7 +75,7 @@ The following example localizes the Facebook identity provider to Arabic:
75
75
<LocalizedString ElementType =" ClaimsProvider" StringId =" FacebookExchange" >فيس بوك</LocalizedString >
76
76
```
77
77
78
- ## Sign-up or sign-in error messages
78
+ ### Sign-up or sign-in error messages
79
79
80
80
| ID | Default value |
81
81
| -- | ------------- |
@@ -128,7 +128,7 @@ The following are the IDs for a content definition with an ID of `api.localaccou
128
128
| ** ver_intro_msg** | Verification is necessary. Please click Send button. |
129
129
| ** ver_input** | Verification code |
130
130
131
- ## Sign-up and self asserted pages error messages
131
+ ### Sign-up and self asserted pages error messages
132
132
133
133
| ID | Default value |
134
134
| -- | ------------- |
@@ -199,6 +199,29 @@ The following example shows the use of some of the user interface elements in th
199
199
200
200
![ Sign-up page email verification UX elements] ( ./media/localization-string-ids/localization-mfa2.png )
201
201
202
+ ## Verification display control user interface elements
203
+
204
+ The following are the IDs for a [ Verification display control] ( display-control-verification.md )
205
+
206
+ | ID | Default value |
207
+ | -- | ------------- |
208
+ | verification_control_but_change_claims | Change |
209
+ | verification_control_fail_send_code | Failed to send the code, please try again later. |
210
+ | verification_control_fail_verify_code | Failed to verify the code, please try again later. |
211
+ | verification_control_but_send_code | Send Code |
212
+ | verification_control_but_send_new_code | Send New Code |
213
+ | verification_control_but_verify_code | Verify Code |
214
+
215
+ ### Verification display control error messages
216
+
217
+ | ID | Default value |
218
+ | -- | ------------- |
219
+ | UserMessageIfMaxRetryAttempted | One time password provided verification has exceeded maximum number of attempts |
220
+ | UserMessageIfSessionDoesNotExist | One time password verification session has expired |
221
+ | UserMessageIfSessionConflict | One time password verification session has conflict |
222
+ | UserMessageIfInvalidCode | One time password provided for verification is incorrect |
223
+
224
+
202
225
203
226
204
227
0 commit comments