Skip to content

Commit 93b1df6

Browse files
authored
Merge pull request #214334 from msmimart/mm-93589
[EXID] Self-service sign-up user flows, fixes per GitHub issues #93589, #99556
2 parents cedcaab + fa08080 commit 93b1df6

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed
11.6 KB
Loading
1.48 KB
Loading

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

Lines changed: 7 additions & 5 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: 04/26/2022
8+
ms.date: 10/12/2022
99

1010
ms.author: mimart
1111
author: msmimart
@@ -61,9 +61,10 @@ Next, you'll create the user flow for self-service sign-up and add it to an appl
6161

6262
![Add a new user flow button](media/self-service-sign-up-user-flow/new-user-flow.png)
6363

64-
5. On the **Create** page, enter a **Name** for the user flow. Note that the name is automatically prefixed with **B2X_1_**.
65-
6. 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.)
66-
7. 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**.
64+
5. Select the user flow type (for example, **Sign up and sign in**), and then select the version (**Recommended** or **Preview**).
65+
6. On the **Create** page, enter a **Name** for the user flow. Note that the name is automatically prefixed with **B2X_1_**.
66+
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.)
67+
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**.
6768

6869
![Create a new user flow page](media/self-service-sign-up-user-flow/create-user-flow.png)
6970

@@ -86,7 +87,7 @@ You can choose order in which the attributes are displayed on the sign-up page.
8687

8788
## Add applications to the self-service sign-up user flow
8889

89-
Now you can associate applications with the user flow.
90+
Now you'll associate applications with the user flow to enable sign-up for those applications. New users who access the associated applications will be presented with your new self-service sign-up experience.
9091

9192
1. Sign in to the [Azure portal](https://portal.azure.com) as an Azure AD administrator.
9293
2. Under **Azure services**, select **Azure Active Directory**.
@@ -107,3 +108,4 @@ Now you can associate applications with the user flow.
107108
- [Add Facebook to your list of social identity providers](facebook-federation.md)
108109
- [Use API connectors to customize and extend your user flows via web APIs](api-connectors-overview.md)
109110
- [Add custom approval workflow to your user flow](self-service-sign-up-add-approvals.md)
111+
- [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)