简体   繁体   English

Azure B2C手机之旅

[英]Azure B2C Mobile Journey

We are looking to use mobile number as username for our users to sign in. In the Signup journey we just want to send one time password to validate if they have put the correct phone number.我们希望使用手机号码作为用户登录的用户名。在注册过程中,我们只想发送一次密码以验证他们是否输入了正确的电话号码。

Is it possible to achieve this using Azure B2C IEF?是否可以使用 Azure B2C IEF 来实现这一点?

Please note we do not need 2FA as we just want to validate once at the time of sign up if user has put the correct mobile number.请注意,我们不需要 2FA,因为如果用户输入了正确的手机号码,我们只想在注册时验证一次。

Your help will be greatly appreciated.对你的帮助表示感谢。

Thanks,谢谢,

A一个

Have a look at the sample .看看样品

"A B2C IEF Custom Policy which allows login via Phone Number (TOTP)". “允许通过电话号码 (TOTP) 登录的 B2C IEF 自定义策略”。

Have a look at the issues viz.看看问题,即。

"You need to use the SocialAndLocalAccountsWithMfa starter pack not the SocialAndLocalAccounts as per the Readme. “根据自述文件,您需要使用 SocialAndLocalAccountsWithMfa 启动包而不是 SocialAndLocalAccounts。

There is a missing:有一个缺失:

ClaimsProviders ClaimsProvider ClaimsProviders ClaimsProvider

in the xml.在 xml 中。

When you run the sample, when it asks "Enter user name", you need to enter the phone number."当您运行示例时,当它询问“输入用户名”时,您需要输入电话号码。”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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