简体   繁体   中英

How to modify the Azure AD B2C SignIn/Signup page for Azure web app

I have an Azure web application that uses Azure AD B2C with Microsoft Identity user flow. The resulting page for SignIn and SignUp uses non-US English for the display prompts for Name and Last Name (the default apparently uses as display prompts Given Name and Surname). I need to find out if I can modify the standard display prompts.

You can change any string AAD B2C renders by modifying the language: https://docs.microsoft.com/en-us/azure/active-directory-b2c/language-customization?pivots=b2c-user-flow#customize-your-strings

Download the default English JSON for the page you're interested in through the Azure portal, then modify the wording in the file. Then upload the json file back into the Azure portal.

Yes, you can customise the pages and localise them: https://docs.microsoft.com/en-us/azure/active-directory-b2c/customize-ui-with-html?pivots=b2c-user-flow

I know it's considered bad form to just post a link, however there is little to be gained by paraphrasing the details here and the official Microsoft documentation isn't going to disappear.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM