Skip to content

Commit deb476f

Browse files
authored
Update self-service-sign-up-user-flow.md
1 parent 812a009 commit deb476f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/active-directory/external-identities/self-service-sign-up-user-flow.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ ms.author: mimart
1111
author: msmimart
1212
manager: CelesteDG
1313
ms.custom: "it-pro"
14+
ms.collection: engagement-fy23, M365-identity-device-management
15+
16+
# Customer intent: As a tenant administrator, I want to set up user flows that allow a user to sign up for an app and create a new guest account.
17+
1418
---
1519

1620
# Add a self-service sign-up user flow to an app
@@ -24,6 +28,8 @@ For applications you build, you can create user flows that allow a user to sign
2428

2529
### Add identity providers (optional)
2630

31+
Azure AD is the default identity provider for self-service sign-up. This means that users are able to sign up by default with an Azure AD account. In your self-service sign-up user flows, you can also include social identity providers like Google and Facebook, Microsoft Account, and the email one-time passcode feature. For more information, see these articles:
32+
2733
- [Add Google to your list of social identity providers](google-federation.md)
2834
- [Add Facebook to your list of social identity providers](facebook-federation.md)
2935
- [Add Microsoft account as an identity provider](microsoft-account.md)
@@ -46,6 +52,8 @@ Before you can add a self-service sign-up user flow to your applications, you ne
4652
1. Select **User settings**, and then under **External users**, select **Manage external collaboration settings**.
4753
1. Set the **Enable guest self-service sign up via user flows** toggle to **Yes**.
4854

55+
:::image type="content" source="media/self-service-sign-up-user-flow/enable-self-service-sign-up.png" alt-text="Screenshot of the enable guest self-service sign up toggle.":::
56+
4957
5. Select **Save**.
5058
## Create the user flow for self-service sign-up
5159

@@ -58,6 +66,7 @@ Next, you'll create the user flow for self-service sign-up and add it to an appl
5866

5967
:::image type="content" source="media/self-service-sign-up-user-flow/new-user-flow.png" alt-text="Screenshot of the new user flow button.":::
6068

69+
5. Select the user flow type (for example, **Sign up and sign in**), and then select the version (**Recommended** or **Preview**).
6170
6. On the **Create** page, enter a **Name** for the user flow. The name is automatically prefixed with **B2X_1_**.
6271
7. In the **Identity providers** list, select one or more identity providers that your external users can use to log into your application. **Azure Active Directory Sign up** is selected by default. (See [Before you begin](#before-you-begin) earlier in this article to learn how to add identity providers.)
6372
8. Under **User attributes**, choose the attributes you want to collect from the user. For more attributes, select **Show more**. For example, select **Show more**, and then choose attributes and claims for **Country/Region**, **Display Name**, and **Postal Code**. Select **OK**.

0 commit comments

Comments
 (0)