英文:
Adding a Custom Phone Number Field On Azure AD B2C SignUp Page
问题
我已在我的Android Native App中集成了Azure AD B2C
。我已经为SignInSignUp
创建了userflows
,并且它按预期工作。我想在注册页面上添加一个名为PhoneNumber
的额外字段,并且我需要对phoneNumber
字段进行一些验证。在Azure AD B2C上如何完成这个操作?
英文:
I have integrated Azure AD B2C
on my Android Native App. I have created the userflows
for SignInSignUp
and it was working as expected. I would like to add an extra field naming PhoneNumber
on signUp Page and I need to Provide some Validation to the phoneNumber
Field . How can that be done on azure AD b2c?
答案1
得分: 3
这里详细解释了整个过程:
https://learn.microsoft.com/en-us/azure/active-directory-b2c/user-flow-custom-attributes
英文:
It’s explained end to end here
https://learn.microsoft.com/en-us/azure/active-directory-b2c/user-flow-custom-attributes
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论