Skip to content

Commit a5d82cb

Browse files
committed
fix blocking issues
1 parent cb2baae commit a5d82cb

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

articles/active-directory/b2b/self-service-sign-up-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ ms.collection: M365-identity-device-management
2121
| --- |
2222
| Self-service sign-up is a public preview feature of Azure Active Directory. For more information about previews, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).|
2323
| |
24+
2425
When sharing applications with external users, you might not always know in advance who will need access to an application. As an alternative to sending invitations directly to individuals, you can allow external users to sign up for specific applications themselves by enabling self-service sign-up. You can create a personalized sign-up experience by customizing the self-service sign-up user flow. For example, you can provide options for Azure AD or social identity providers and collect information about the user.
2526

2627
## User flow for self-service sign-up

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Now you can associate applications with the user flow.
9595

9696
8. Select the application from the list. Or use the search box to find the application, and then select it.
9797
9. Click **Select**.
98-
10.
98+
9999
## Next steps
100100

101101
- [Add Google to your list of social identity providers](google-federation.md)

articles/active-directory/b2b/user-flow-add-custom-attributes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ ms.collection: M365-identity-device-management
1919
| --- |
2020
| The custom user attributes feature is a public preview feature of Azure Active Directory. For more information about previews, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).|
2121
| |
22+
2223
For each application, you might have different requirements for the information you want to collect during sign-up. Azure AD comes with a built-in set of information stored in attributes, such as Given Name, Surname, City, and Postal Code. With Azure AD, you can extend the set of attributes stored on a guest account when the external user signs up through a user flow.
2324

2425
You can create custom attributes in the Azure portal and use them in your self-service sign-up user flows. You can also read and write these attributes by using the [Microsoft Graph API](https://docs.microsoft.com/azure/active-directory-b2c/manage-user-accounts-graph-api). Microsoft Graph API supports creating and updating a user with extension attributes. Extension attributes in the Graph API are named by using the convention `extension_<Application-client-id>_attributename`. For example:

articles/active-directory/b2b/user-flow-customize-language.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ ms.collection: M365-identity-device-management
2020
| --- |
2121
| Self-service sign-up is a public preview feature of Azure Active Directory. For more information about previews, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).|
2222
| |
23+
2324
Language customization in Azure Active Directory (Azure AD) allows your user flow to accommodate different languages to suit your user's needs. Microsoft provides the translations for [36 languages](#supported-languages). Even if your experience is provided for only a single language, you can customize the attribute names on the attribute collection page.
2425

2526
## How language customization works

0 commit comments

Comments
 (0)