简体   繁体   English

Azure AD B2C 无密码登录自定义策略

[英]Azure AD B2C passwordless sign in custom Policy

My organization needs passwordless with email authentication in sign in. That mean user just needs to enter an email, then the system will send the one time passcode into that email & let user sign in. I tried this sample & it works for me.我的组织需要通过电子邮件身份验证无密码登录。这意味着用户只需要输入一封电子邮件,然后系统就会将一次性密码发送到该电子邮件中并让用户登录。我尝试了这个示例,它对我有用。 what I want to customize is,in sign in page i want only login with email option to be there.我想要自定义的是,在登录页面中,我只想使用电子邮件选项登录。 currently it gives option to sign in with social account (facebook) .目前,它提供了使用社交帐户 (facebook) 登录的选项。 how can i disable this or remove it from login page.如何禁用此功能或将其从登录页面中删除。

Just comment this line out: https://github.com/azure-ad-b2c/samples/blob/master/policies/passwordless-email/policy/TrustFrameworkExtensions.xml#L71 .只需注释掉这一行: https://github.com/azure-ad-b2c/samples/blob/master/policies/passwordless-email/policy/TrustFrameworkExtensions.xml#L71

It will remove the option of social account (facebook) login.它将删除社交帐户 (facebook) 登录选项。

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

相关问题 使用无密码 azure B2C 登录自定义策略生成 Azure AD 登录日志的推荐方法是什么? - What is the recommended approach for generating Azure AD Signin logs with passwordless azure B2C signin custom policy? Azure B2C 无密码注册仅使用自定义策略中的电子邮件 - Azure B2C passwordless sign up with only email in custom Policy Azure AD B2C登录策略 - Azure AD B2C sign-in policy 使用 Azure AD B2C 自定义策略注册后清除所有浏览器会话 - Clear all browser sessions after Sign Up using Azure AD B2C Custom Policy 错误70001尝试使用自定义Identity Experience Framework策略以Azure AD B2C用户身份登录 - Error 70001 trying to sign in as Azure AD B2C user with custom Identity Experience Framework policy 仅具有“注册”页面的Azure AD B2C自定义策略 - Azure AD B2C Custom Policy with Sign Up Page Only Azure AD B2C 密码更改自定义策略,用户每次都需要登录 - Azure AD B2C password change custom policy, user needs to sign in every time 在自定义策略中更改 azure ad b2c 的背景图像 - Change Background image of azure ad b2c in custom policy 用于启用/禁用 MFA 的 Azure AD B2C 自定义策略 - Azure AD B2C custom policy to enable/disable MFA 自定义策略的 Azure AD B2C UI 自定义 - Azure AD B2C UI customization for custom policy
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM