简体   繁体   English

仅在 Azure B2C 中自定义登录部分用户旅程

[英]Only customize sign in part of User Journey in Azure B2C

We are attempting to implement Azure B2C using Journey Framing to embed a custom SignUp/SignIn login box into an embedded iFrame on our website.我们正在尝试使用 Journey Framing 实施 Azure B2C,以将自定义注册/登录登录框嵌入到我们网站上的嵌入式 iFrame 中。 After following Microsoft's documentation here: https://docs.microsoft.com/en-us/azure/active-directory-b2c/embedded-login?pivots=b2c-custom-policy , we are able to get the login to function correctly in the iframe.在此处遵循 Microsoft 的文档后: https://docs.microsoft.com/en-us/azure/active-directory-b2c/embedded-login?pivots=b2c-custom-policy ,我们能够正确登录到 function在 iframe 中。 The issue is that we don't want the rest of the user journey (Sign up, forgot password, etc.) to show up in that iframe, but that is exactly what is happening.问题是我们不希望用户旅程(注册、忘记密码等)的 rest 出现在 iframe 中,但这正是正在发生的事情。 Any suggestions?有什么建议么?

As per the doc., you are running the "SignUpOrSignIn" user journey.根据文档,您正在运行“SignUpOrSignIn”用户旅程。

That's why you see the sign-up.这就是您看到注册的原因。

The sign-in Technical profile is "SelfAsserted-LocalAccountSignin-Email".登录技术配置文件是“SelfAsserted-LocalAccountSignin-Email”。

In the metadata, set:在元数据中,设置:

<Item Key="setting.showSignupLink">false</Item>
<Item Key="setting.forgotPasswordLinkLocation">none</Item>

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

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