How do you link user flows to apps in Azure AD B2C

Filippo Iacobellis 90 Reputation points
2024-07-09T09:54:49.5166667+00:00

Hi everyone,

as the title says I don't know how to link user flows to applications. I did that in Entra ID External Tenant, but I can't find the same option in Azure AD B2C Tenant.

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.
2,764 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,615 questions
{count} votes

Accepted answer
  1. Babafemi Bulugbe 3,135 Reputation points MVP
    2024-07-09T20:27:40.1266667+00:00

    Hello Filippo Iacobellis,

    Thank you for posting your question in the Microsoft Q&A Community.

    There are a few steps to follow to achieve this.

    Just like you have it in the other Azure tenant, you need to create an application (under App registration) in the Azure B2C tenant. In the authentication section, add your redirect URL. Follow the link below to get more information about this.

    https://video2.skills-academy.com/en-us/azure/active-directory-b2c/tutorial-register-applications#register-a-web-application

    Once that is done, create your user flow and select the application you created above.

    To now integrate this with your code, depending on the language you have built your application you need to add the application ID of the application created earlier, the B2C tenant ID, and the user flow name. Follow this link to take a look at the sample codes on how to integrate user flow with your application.

    https://video2.skills-academy.com/en-us/azure/active-directory-b2c/integrate-with-app-code-samples

    Let me know if further clarification is needed.

    Babafemi


0 additional answers

Sort by: Most helpful