Forum Discussion

philippe_sacre's avatar
philippe_sacre
Copper Contributor
Jun 20, 2024

How to identify Azure AD B2C localization elementIDs and stringIDs for MS APIs

I'm working on localization in Azure AD B2C custom flows and I want to identify elementIDs and stringIDs to use for customizing messages displayed to users.

In general I would like to find a way to identify all the elementIDs and stringIDs for APIs like

  • api.selfasserted

  • api.selfasserted.totp

  • api.localaccountpasswordreset

  • api.signuporsignin

  • ...

I'm using MS documentation https://learn.microsoft.com/en-us/azure/active-directory-b2c/localization-string-ids but it is incomplete specially on error messages like the ones displayed in TOTP verification page or selfasserted pages.

UserMessageIfIncorrectOTPCodeEntered is used to display a message when TOTP entered is incorrect. But what is the stringID used when the user enters an incomplete TOTP verification code (message is displayed as soon as the user starts typing the code "Enter the 6-digit verification code generated by the the Authenticator app in the box") it might be something like UserMessageIf.... Or the stringID when the user enters a valid verification code but after the verification session has expired "The specified verification session is invalid or may have expired"

No RepliesBe the first to reply

Resources