简体   繁体   English

带有电子邮件/电话号码的 Azure AD B2C 登录/注册流程

[英]Azure AD B2C SignIn/Signup Flows with Email/Phone Number

Azure B2C User Flow SignUp/SignIn with Email/Number. Azure B2C 用户流程使用电子邮件/号码注册/登录。 Requirements:要求:

SignUp with Email/Phone: while signing up when user click for registration its shows already email/phone number exist but we are looking when user have already have email then it automatically move to login flow.使用电子邮件/电话注册:在用户单击注册时注册时,它显示已经存在电子邮件/电话号码,但我们正在查找用户已经有电子邮件时,然后它会自动转到登录流程。 在此处输入图片说明

SignIn with Email/Phone: while user click on the signin if user not exist then it automatically navigate to the signup page so user dont need to manuly go for signup使用电子邮件/电话登录:当用户单击登录时,如果用户不存在,则它会自动导航到注册页面,因此用户无需手动进行注册在此处输入图片说明

Forget Password with Email/Phone: With the Email/Phone number signin/signup flow there is missing the reset password policy to change password and there is only showing the change phone number option.we need to reset the user password There is missing the Cenel icon on the phone number signup flow.使用电子邮件/电话忘记密码:在电子邮件/电话号码登录/注册流程中,缺少更改密码的重置密码策略,并且仅显示更改电话号码选项。我们需要重置用户密码缺少 Cenel电话号码注册流程上的图标。 在此处输入图片说明

I did reproduce your scenario and found that there is currently no prebuild option or system in user flow of Azure AD B2C that when user try to sign and if it has not already signup will redirect to signup page and vice versa.我确实重现了您的场景,发现 Azure AD B2C 的用户流程中目前没有预构建选项或系统,当用户尝试签名时,如果尚未注册,则会重定向到注册页面,反之亦然。

Azure AD B2C offers various sign-up and sign-in options for users of your applications: Azure AD B2C 为应用程序用户提供各种注册和登录选项

I did Configure my Azure AD B2C local accounts to allow sign-up and sign-in with using email address.我确实配置了我的 Azure AD B2C 本地帐户以允许使用电子邮件地址进行注册和登录。 There are also other ways with username, phone number, or a combination of methods.还有其他方法可以使用用户名、电话号码或方法的组合。

在此处输入图片说明

For Forget Password with Email/Phone enable the self-server password under the properties of your created user flow.对于使用电子邮件/电话忘记密码,请在您创建的用户流的属性下启用自助服务器密码。

在此处输入图片说明

Please follow this GIF for apply for Forget Password with email and attribute which I have set for my userflow.请按照此GIF使用我为用户流程设置的电子邮件和属性申请忘记密码。

I have shown the demo how my user flow is working please check this GIF as well.我已经展示了我的用户流程是如何工作的演示,请检查这个GIF以及。

I have redirected my webapp to https://vikashgaurav.com/portfolio/ after successful signing.成功签名后,我已将我的 web 应用重定向到https://vikashgaurav.com/portfolio/

Reference : https://docs.microsoft.com/en-us/azure/active-directory-b2c/tutorial-register-applications?tabs=app-reg-ga https://docs.microsoft.com/en-us/azure/active-directory-b2c/add-sign-up-and-sign-in-policy?pivots=b2c-user-flow参考: https : //docs.microsoft.com/en-us/azure/active-directory-b2c/tutorial-register-applications ? tabs = app- reg- ga https://docs.microsoft.com/en-us /azure/active-directory-b2c/add-sign-up-and-sign-in-policy?pivots=b2c-user-flow

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

相关问题 Azure AD B2C 注册和登录页面的自定义 URL - Custom URL for Azure AD B2C signup and signin pages 在移动应用上注册登录期间绕过 Azure AD B2C 中的电子邮件验证 - Bypassing Email Verification within Azure AD B2C during Signup Signin on Mobile app Azure Ad b2c:成功登录azure ad b2c后在Claims中获得email - Azure Ad b2c: Get email in Claims after successfully Signin in azure ad b2c Azure Active Directory B2C-登录/注册和密码重置的用户流(策略) - Azure Active Directory B2C - User flows (policies) for signin/signup and password reset Email 验证 Azure AD B2C 登录用户流程 - Email Validation for Azure AD B2C Signin Userflow 如何修改 Azure Web 应用程序的 Azure AD B2C 登录/注册页面 - How to modify the Azure AD B2C SignIn/Signup page for Azure web app Azure 通过 AD 进行 B2C 登录 - Azure B2C signin over AD Blazor MSAL AD B2C 集成多个用户流(配置文件编辑,更改 email,更改电话号码) - Blazor MSAL AD B2C integrate multiple user flows (profile edit, change email, change phone number) Azure AD B2C-不重定向到登录/注册页面(login.microsoftonline.com…) - Azure AD B2C - Not redirecting to SignIn/SignUp Page(login.microsoftonline.com…) 启用了MFA的Azure AD B2C注册-登录策略-自定义登录页面 - Azure AD B2C SignUp-SignIn policy with MFA turned on - Custom Login Page
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM