Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 3.34 KB

how-to-user-flow-add-application.md

File metadata and controls

58 lines (36 loc) · 3.34 KB
title description author manager ms.service ms.subservice ms.topic ms.date ms.author ms.custom
Add an application to a user flow
Learn how to add an application to a user flow to associate the application with a sign-up and sign-in user experience. Get guidance for updating the application configuration with application registration and tenant information.
msmimart
celestedg
entra-external-id
customers
how-to
07/24/2023
mimart
it-pro

Add your application to the user flow

A user flow defines the authentication methods a customer can use to sign in to your application and the information they need to provide during sign-up. After you create a user flow, you can associate it with one or more of the applications registered in your external tenant.

Because you might want the same sign-in experience for all of your apps, you can add multiple apps to the same user flow. But only one sign-in experience is needed for an application, so you can add each application to just one user flow.

Prerequisites

Add the application to the user flow

If you already registered your application in your external tenant, you can add it to the new user flow. This step activates the sign-up and sign-in experience for users who visit your application. An application can have only one user flow, but a user flow can be used by multiple applications.

  1. Sign in to the Microsoft Entra admin center.

  2. Browse to Identity > External Identities > User flows.

  3. From the list, select your user flow.

  4. In the left menu, under Use, select Applications.

  5. Select Add application.

    :::image type="content" source="media/how-to-user-flow-add-application/assign-user-flow.png" alt-text="Screenshot showing selecting an application for the user flow.":::

  6. Select the application from the list. Or use the search box to find the application, and then select it.

  7. Choose Select.

Extension app

You might find an app named b2c-extensions-app in the application list. This app is created automatically inside the new directory, and it contains all extension attributes for your external tenant. If you want to collect information beyond the built-in attributes, you can create custom user attributes and add them to your sign-up user flow. Custom attributes are also known as directory extension attributes, as they extend the user profile information stored in your customer directory. All extension attributes for your external tenant are stored in the b2c-extensions-app. Do not delete this app. You can learn more about this app here.

Next steps