@@ -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 /05/2020
12
+ ms.date : 03 /05/2020
13
13
ms.author : mimart
14
14
ms.subservice : B2C
15
15
---
@@ -295,10 +295,6 @@ Add the following technical profiles to the `<ClaimsProviders>` element.
295
295
<Protocol Name =" Proprietary" Handler =" Web.TPEngine.Providers.OneTimePasswordProtocolProvider, Web.TPEngine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
296
296
<Metadata >
297
297
<Item Key =" Operation" >VerifyCode</Item >
298
- <Item Key =" UserMessage.VerificationHasExpired" >You have exceed the maximum time allowed.</Item >
299
- <Item Key =" UserMessage.MaxRetryAttemped" >You have exceed the number of retries allowed.</Item >
300
- <Item Key =" UserMessage.InvalidCode" >You have entered the wrong code.</Item >
301
- <Item Key =" UserMessage.ServerError" >Cannot verify the code, please try again later.</Item >
302
298
</Metadata >
303
299
<InputClaims >
304
300
<InputClaim ClaimTypeReferenceId =" email" PartnerClaimType =" identifier" />
@@ -359,6 +355,12 @@ For more information, see [Self-asserted technical profile](restful-technical-pr
359
355
<Item Key =" IpAddressClaimReferenceId" >IpAddress</Item >
360
356
<Item Key =" ContentDefinitionReferenceId" >api.localaccountsignup</Item >
361
357
<Item Key =" language.button_continue" >Create</Item >
358
+
359
+ <!-- OTP validation error messages-->
360
+ <Item Key =" UserMessageIfSessionDoesNotExist" >You have exceed the maximum time allowed.</Item >
361
+ <Item Key =" UserMessageIfMaxRetryAttempted" >You have exceed the number of retries allowed.</Item >
362
+ <Item Key =" UserMessageIfInvalidCode" >You have entered the wrong code.</Item >
363
+ <Item Key =" UserMessageIfSessionConflict" >Cannot verify the code, please try again later.</Item >
362
364
</Metadata >
363
365
<InputClaims >
364
366
<InputClaim ClaimTypeReferenceId =" email" />
0 commit comments