Azure AD B2C - Why Continue Button is not working when I add Display Control in password reset?

Ayat Mohamed 21 Reputation points
2020-04-02T16:09:39.193+00:00

I followed the sample in the documentation to integrate custom email through DisplayControl on the password reset flow.

In TechnicalProfile LocalAccountWritePasswordUsingObjectId I added:

<DisplayClaims> <DisplayClaim DisplayControlReferenceId="emailVerificationControl" /> </DisplayClaims>

Here is the email verification display Control configuration

7092-dc.png

but the continue button in Password Reset flow is not working after I added the display control to the technical profile.

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
3,020 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Marilee Turscak-MSFT 37,141 Reputation points Microsoft Employee
    2020-04-27T03:34:22.773+00:00

    Hi Ayat,

    Do you see any errors in the console if you keep the console open when you select the continue button? You're saying that you still see the continue button, but nothing happens when you select it?

    Please make sure that setting.showContinueButton = "true."

        <Item Key="setting.showContinueButton">True</Item>  
    

    https://learn.microsoft.com/en-us/azure/active-directory-b2c/self-asserted-technical-profile

    If you could include the entire technical profile it will be easier to troubleshoot. If you don't want to share it here you can share it to me at AzCommunity@microsoft.com.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.