自定义 Azure AD B2C 用户界面

Azure AD B2C 登录屏幕可以自定义以适应我们的品牌。请参阅自定义 UI

参考 https://github.com/NewtonJoshua/Azure-ADB2C-Angularjs-sample

在此示例中,我们有两个自定义 UI 屏幕,

  • AD B2C 登录 ansd 注册页面:adCustomPages / unified.html
  • AD B2C 密码重置页面:adCustomPages / resetpassword.html

在 adCustomPages / unified.html 中,在第 442 行和第 445 行输入你的 tenantName,password-reset-policy 和 clientId

应将页面上载到 blob 中,并且应在 Azure AD B2C 策略中引用其 URL。

现在,在你的应用程序中,你可以看到自定义 UI。