Azure b2c 配置文件编辑策略自定义 UI
Azure b2c profile edit policy custom UI
我正在尝试为 Azure B2C 上的配置文件编辑策略自定义 UI 体验。我可以将自定义 html 页面添加到我的个人资料编辑策略中,并且我可以看到当用户尝试编辑个人资料时自定义 html 正确显示。
Issue:
When profile edit policy is triggered, user is redirected to login screen which is currently default provided by Azure, is there a way to customize this login ui also.
您将需要使用 company branding feature for the login screen. That's the same customization as sign-in page as mentioned in the Note on the AAD B2C User interface customization 文档。
我正在尝试为 Azure B2C 上的配置文件编辑策略自定义 UI 体验。我可以将自定义 html 页面添加到我的个人资料编辑策略中,并且我可以看到当用户尝试编辑个人资料时自定义 html 正确显示。
Issue: When profile edit policy is triggered, user is redirected to login screen which is currently default provided by Azure, is there a way to customize this login ui also.
您将需要使用 company branding feature for the login screen. That's the same customization as sign-in page as mentioned in the Note on the AAD B2C User interface customization 文档。