How to find Azure AD B2C user signup url

bmingles 0 Reputation points
2023-10-26T18:19:28.9833333+00:00

I have setup Azure AD B2C with a signin / signup user flow. Using MSAL I can redirect user to the signin page, but there is no link to signup new users. I can’t find any docs on how to actually send new users to the signup page.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,904 questions
{count} votes

1 answer

Sort by: Most helpful
  1. James Hamil 24,841 Reputation points Microsoft Employee
    2023-10-27T20:41:47.9466667+00:00

    Hi @bmingles , to send new users to the signup page, you need to add the Azure AD B2C identity provider to a user flow. Follow these steps:

    1. In your Azure AD B2C tenant, select User flows.
    2. Click the user flow that you want to add the Azure AD identity provider.
    3. Under Settings, select Identity providers.
    4. Under Custom identity providers, select your Azure AD identity provider.
    5. Select Save.

    Now, when users are redirected to the sign-in page, they should see an option to sign up with the Azure AD B2C identity provider.

    Please let me know if you have any questions and I can help you further.

    If this answer helps you please mark "Accept Answer" so other users can reference it.

    Thank you,

    James


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.