Skip to content

Commit d3ffcaf

Browse files
committed
UI and step updates
1 parent bce4279 commit d3ffcaf

9 files changed

+40
-41
lines changed

articles/active-directory/external-identities/b2b-quickstart-add-guest-users-portal.md

Lines changed: 40 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ services: active-directory
55
author: msmimart
66
ms.author: mimart
77
manager: celestedg
8-
ms.reviewer: mal
9-
ms.date: 06/18/2020
8+
ms.date: 05/09/2022
109
ms.topic: quickstart
1110
ms.service: active-directory
1211
ms.subservice: B2B
@@ -17,78 +16,78 @@ ms.collection: M365-identity-device-management
1716

1817
# Quickstart: Add guest users to your directory in the Azure portal
1918

20-
You can invite anyone to collaborate with your organization by adding them to your directory as a guest user. Then you can either send an invitation email that contains a redemption link or send a direct link to an app you want to share. Guest users can sign in with their own work, school, or social identities. Along with this quickstart, you can learn more about adding guest users [in the Azure portal](add-users-administrator.md), via [PowerShell](b2b-quickstart-invite-powershell.md), or [in bulk](tutorial-bulk-invite.md).
19+
With Azure AD [B2B collaboration](what-is-b2b.md), you can invite anyone to collaborate with your organization by using their own work, school, or social account. In this quickstart, you'll learn how to add a new guest user to your Azure AD directory in the Azure portal. You'll also send an invitation and see what the guest user's invitation redemption process looks like. In addition to this quickstart, you can learn more about adding guest users [in the Azure portal](add-users-administrator.md), via [PowerShell](b2b-quickstart-invite-powershell.md), or [in bulk](tutorial-bulk-invite.md).
2120

22-
In this quickstart, you'll add a new guest user to your Azure AD directory via the Azure portal, send an invitation, and see what the guest user's invitation redemption process looks like.
2321

2422
If you don’t have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2523

2624
## Prerequisites
2725

2826
To complete the scenario in this tutorial, you need:
2927

30-
- A role that allows you to create users in your tenant directory, like the Global Administrator role or any of the limited administrator directory roles such as guest inviter or user administrator.
31-
- A valid email account that you can add to your tenant directory, and that you can use to receive the test invitation email.
28+
- A role that allows you to create users in your tenant directory, like the Global Administrator role or any of the limited administrator directory roles, such as Guest inviter or User administrator.
29+
30+
- Access to a valid email address outside of your Azure AD tenant, such as a separate work, school, or social email address. You'll use this email to create the guest account in your tenant directory and access the invitation.
3231

3332
## Add a new guest user in Azure AD
3433

35-
1. Sign in to the [Azure portal](https://portal.azure.com/) as an Azure AD administrator.
36-
2. In the left pane, select **Azure Active Directory**.
37-
3. Under **Manage**, select **Users**.
34+
1. Sign in to the [Azure portal](https://portal.azure.com/) with an account that's been assigned the Global administrator, Guest, inviter, or User administrator role.
35+
36+
1. Under **Azure services**, select **Azure Active Directory** (or use the search box to find and select **Azure Active Directory**).
37+
38+
![Screenshot showing where to select the Azure Active Directory service](media/quickstart-add-users-portal/azure-active-directory-service.png)
39+
40+
1. Under **Manage**, select **Users**.
3841

3942
![Screenshot showing where to select the Users option](media/quickstart-add-users-portal/quickstart-users-portal-user.png)
4043

41-
4. Select **New guest user**.
44+
1. Select **New guest user**.
4245

43-
![Screenshot showing where to select the New guest user option](media/quickstart-add-users-portal/quickstart-users-portal-user-3.png)
46+
![Screenshot showing where to select the New guest user option](media/quickstart-add-users-portal/new-guest-user.png)
4447

45-
5. On the **New user** page, select **Invite user** and then add the guest user's information.
48+
1. On the **New user** page, select **Invite user** and then add the guest user's information.
4649

4750
- **Name.** The first and last name of the guest user.
4851
- **Email address (required)**. The email address of the guest user.
4952
- **Personal message (optional)** Include a personal welcome message to the guest user.
5053
- **Groups**: You can add the guest user to one or more existing groups, or you can do it later.
51-
- **Directory role**: If you require Azure AD administrative permissions for the user, you can add them to an Azure AD role.
54+
- **Roles**: If you require Azure AD administrative permissions for the user, you can add them to an Azure AD role.
55+
56+
![Screenshot showing the new user page](media/quickstart-add-users-portal/invite-user.png)
5257

53-
6. Select **Invite** to automatically send the invitation to the guest user. A notification appears in the upper right with the message **Successfully invited user**.
54-
7. After you send the invitation, the user account is automatically added to the directory as a guest.
58+
1. Select **Invite** to automatically send the invitation to the guest user. A notification appears in the upper right with the message **Successfully invited user**.
5559

56-
## Assign an app to the guest user
57-
Add the Salesforce app to your test tenant and assign the test guest user to the app.
58-
1. Sign in to the Azure portal as an Azure AD administrator.
59-
2. In the left pane, select **Enterprise applications**.
60-
3. Select **New application**.
61-
4. Under **Add from the gallery**, search for **Salesforce**, and then select it.
60+
1. After you send the invitation, the user account is automatically added to the directory as a guest.
6261

63-
![Screenshot showing the Add from the gallery search box](media/quickstart-add-users-portal/quickstart-users-portal-select-salesforce.png)
64-
5. Select **Add**.
65-
6. Under **Manage**, select **Single sign-on**, and under **Single Sign-on Mode**, select **Password-based Sign-on**, and click **Save**.
66-
7. Under **Manage**, select **Users and groups** > **Add user** > **Users and groups**.
67-
8. Use the search box to search for the test user (if necessary) and select the test user in the list. Then click **Select**.
68-
9. Select **Assign**.
62+
![Screenshot showing the new guest user in the directory](media/quickstart-add-users-portal/new-guest-user-directory.png)
6963

7064
## Accept the invitation
65+
7166
Now sign in as the guest user to see the invitation.
72-
1. Sign in to your test guest user's email account.
73-
2. In your inbox, find the "You're invited" email.
67+
68+
1. Sign in to your test guest user's email account.
69+
70+
1. In your inbox, open the email from "Microsoft Invitations on behalf of Contoso."
7471

7572
![Screenshot showing the B2B invitation email](media/quickstart-add-users-portal/quickstart-users-portal-email-small.png)
7673

77-
3. In the email body, select **Get Started**. A **Review permissions** page opens in the browser.
7874

79-
![Screenshot showing the Review permissions page](media/quickstart-add-users-portal/quickstart-users-portal-accept.png)
75+
1. In the email body, select **Accept invitation**. A **Review permissions** page opens in the browser.
76+
77+
![Screenshot showing the Review permissions page](media/quickstart-add-users-portal/consent-screen.png)
8078

81-
4. Select **Accept**. The Access Panel opens, which lists the applications the guest user can access.
79+
1. Select **Accept**.
80+
81+
1. The **My Apps** page opens. Because we haven't assigned any apps to this guest user, you'll see the message "There are no apps to show." In a real-life scenario, you would [add the guest user to an app](add-users-administrator.md#add-guest-users-to-an-application) so the app would appear here.
8282

8383
## Clean up resources
84-
When no longer needed, delete the test guest user and the test app.
85-
1. Sign in to the Azure portal as an Azure AD administrator.
86-
2. In the left pane, select **Azure Active Directory**.
87-
3. Under **Manage**, select **Enterprise applications**.
88-
4. Open the application **Salesforce**, and then select **Delete**.
89-
5. In the left pane, select **Azure Active Directory**.
90-
6. Under **Manage**, select **Users**.
91-
7. Select the test user, and then select **Delete user**.
84+
85+
When no longer needed, delete the test guest user.
86+
87+
1. Sign in to the [Azure portal](https://portal.azure.com/) with an account that's been assigned the Global administrator, Guest, inviter, or User administrator role.
88+
1. Select the **Azure Active Directory** service.
89+
1. Under **Manage**, select **Users**.
90+
1. Select the test user, and then select **Delete user**.
9291

9392
## Next steps
94-
In this tutorial, you created a guest user in the Azure portal, and sent an invitation to share apps. Then you viewed the redemption process from the guest user's perspective and verified that the app appeared on the guest user's Access Panel. To learn more about adding guest users for collaboration, see [Add Azure Active Directory B2B collaboration users in the Azure portal](add-users-administrator.md).
93+
In this tutorial, you created a guest user in the Azure portal, and sent an invitation to share apps. Then you viewed the redemption process from the guest user's perspective and verified that the guest user was able to access their My Apps page. To learn more about adding guest users for collaboration, see [Add Azure Active Directory B2B collaboration users in the Azure portal](add-users-administrator.md).
28.5 KB
Loading
28.2 KB
Loading
52.3 KB
Loading
28.3 KB
Loading
39.3 KB
Loading
Loading
33.1 KB
Loading
-2.89 KB
Loading

0 commit comments

Comments
 (0)