Skip to content

Commit 1c5095e

Browse files
authored
Merge pull request #223625 from csmulligan/csmulligan-exid-sssuu-flow
[EXID] Content engagement update for self-service-sign-up-user-flow (ADO-58955)
2 parents 8f311e8 + ea03691 commit 1c5095e

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed
25.8 KB
Loading
-1.07 KB
Loading
1.45 KB
Loading
6.49 KB
Loading

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: active-directory
55
ms.service: active-directory
66
ms.subservice: B2B
77
ms.topic: how-to
8-
ms.date: 01/06/2023
8+
ms.date: 01/16/2023
99

1010
ms.author: mimart
1111
author: msmimart
@@ -52,7 +52,8 @@ Before you can add a self-service sign-up user flow to your applications, you ne
5252
1. Select **User settings**, and then under **External users**, select **Manage external collaboration settings**.
5353
1. Set the **Enable guest self-service sign up via user flows** toggle to **Yes**.
5454

55-
![Enable guest self-service sign-up](media/self-service-sign-up-user-flow/enable-self-service-sign-up.png)
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+
5657
5. Select **Save**.
5758
## Create the user flow for self-service sign-up
5859

@@ -63,17 +64,17 @@ Next, you'll create the user flow for self-service sign-up and add it to an appl
6364
3. In the left menu, select **External Identities**.
6465
4. Select **User flows**, and then select **New user flow**.
6566

66-
![Add a new user flow button](media/self-service-sign-up-user-flow/new-user-flow.png)
67+
:::image type="content" source="media/self-service-sign-up-user-flow/new-user-flow.png" alt-text="Screenshot of the new user flow button.":::
6768

6869
5. Select the user flow type (for example, **Sign up and sign in**), and then select the version (**Recommended** or **Preview**).
69-
6. On the **Create** page, enter a **Name** for the user flow. Note that the name is automatically prefixed with **B2X_1_**.
70+
6. On the **Create** page, enter a **Name** for the user flow. The name is automatically prefixed with **B2X_1_**.
7071
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.)
71-
8. Under **User attributes**, choose the attributes you want to collect from the user. For additional 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**.
72+
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**.
7273

73-
![Create a new user flow page](media/self-service-sign-up-user-flow/create-user-flow.png)
74+
:::image type="content" source="media/self-service-sign-up-user-flow/create-user-flow.png" alt-text="Screenshot of the new user flow creation page. ":::
7475

75-
> [!NOTE]
76-
> You can only collect attributes when a user signs up for the first time. After a user signs up, they will no longer be prompted to collect attribute information, even if you change the user flow.
76+
> [!NOTE]
77+
> You can only collect attributes when a user signs up for the first time. After a user signs up, they will no longer be prompted to collect attribute information, even if you change the user flow.
7778
7879
8. Select **Create**.
7980
9. The new user flow appears in the **User flows** list. If necessary, refresh the page.
@@ -86,7 +87,7 @@ You can choose order in which the attributes are displayed on the sign-up page.
8687
2. Select **External Identities**, select **User flows**.
8788
3. Select the self-service sign-up user flow from the list.
8889
4. Under **Customize**, select **Page layouts**.
89-
5. The attributes you chose to collect are listed. To change the order of display, select an attribute, and then select **Move up**, **Move down**, **Move to the top**, or **Move to the bottom**.
90+
5. The attributes you chose to collect are listed. To change the order of display, select an attribute, and then select **Move up**, **Move down**, **Move to top**, or **Move to bottom**.
9091
6. Select **Save**.
9192

9293
## Add applications to the self-service sign-up user flow
@@ -101,7 +102,7 @@ Now you'll associate applications with the user flow to enable sign-up for those
101102
6. In the left menu, under **Use**, select **Applications**.
102103
7. Select **Add application**.
103104

104-
![Assign an application to the user flow](media/self-service-sign-up-user-flow/assign-app-to-user-flow.png)
105+
:::image type="content" source="media/self-service-sign-up-user-flow/assign-app-to-user-flow.png" alt-text="Screenshot of adding an application to the user flow.":::
105106

106107
8. Select the application from the list. Or use the search box to find the application, and then select it.
107108
9. Click **Select**.
@@ -112,4 +113,3 @@ Now you'll associate applications with the user flow to enable sign-up for those
112113
- [Add Facebook to your list of social identity providers](facebook-federation.md)
113114
- [Use API connectors to customize and extend your user flows via web APIs](api-connectors-overview.md)
114115
- [Add custom approval workflow to your user flow](self-service-sign-up-add-approvals.md)
115-
- [Learn more about initiating an OAuth 2.0 authorization code flow](../develop/v2-oauth2-auth-code-flow.md#request-an-authorization-code)

0 commit comments

Comments
 (0)