Home > Net >  Trying to limit the country list in multifactor authentication page in Azure ADB2C User Flow
Trying to limit the country list in multifactor authentication page in Azure ADB2C User Flow

Time:03-26

I have tried to limit the country list in authentication page by overriding the default json file in language customization like below. But that is not reflecting in the page.

 "LocalizedStrings": [
    {
      "ElementType": "UxElement",
      "ElementId": null,
      "StringId": "countryList",
      "Override": true,
      "Value": "{\"IN\":\"India\"}"
}
]

CodePudding user response:

Have a look at this MFA Collect Phone Number Screenshot

The other issue is that you're uploading an override for the wrong page template. The one I used for a screenshot was "Multifactor phone authentication" for a SUSI User Flow. The page template looks to be phonefactor.

  • Related