English 中文(简体)
B2C 如何在B2C 签字-up Email 核查控制“核查守则”纽记上开放登记页
原标题:How in B2C sign-up Email Verification control “Verify Code” button to open Registration page

The sample “Separate the Email Verification and User Registration into 2 separate screens” https://github.com/azure-ad-b2c/samples/tree/master/policies/split-email-verification-and-signup has separate steps :
2. Click “Verify code” that returns message “You can now continue” and then
3 click “Continue” to open Registration page.

继续纽扣是多余的。 我怎么能够把步骤结合起来,如果“标准化守则”成功,又转往下页?

Note that I am using emailVerificationControl to connect to email provider similar to Azure B2C ClaimsTransformation error with Display Control OutputClaim

问题回答

暂无回答




相关问题
Session Cookie for Azure AD B2C

I am using the following Microsoft sample web application. ■URL: https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2 (In the 1-WebApp-OIDC/1-5-B2C/ folder in the ...

Blazor Server App : Unable to unprotect the message.State

I am getting an Exception as above in my Blazor server application. Below is my Program.cs File builder.Services.AddAuthentication(AzureADB2CDefaults.BearerAuthenticationScheme) .AddOpenIdConnect(...

热门标签