Skip to content

Commit 32410e7

Browse files
authored
Merge pull request #108403 from msmimart/mm-unmanaged
[B2B] Deprecation of viral account creation for B2B redemption
2 parents 26be383 + c6452fb commit 32410e7

File tree

7 files changed

+25
-6
lines changed

7 files changed

+25
-6
lines changed

articles/active-directory/b2b/b2b-fundamentals.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ ms.collection: M365-identity-device-management
1919
# Azure Active Directory B2B best practices
2020
This article contains recommendations and best practices for business-to-business (B2B) collaboration in Azure Active Directory (Azure AD).
2121

22+
> [!IMPORTANT]
23+
> **Starting March 31, 2021**, Microsoft will no longer support the redemption of invitations by creating unmanaged Azure AD accounts and tenants for B2B collaboration scenarios. In preparation, we encourage customers to opt into [email one-time passcode authentication](one-time-passcode.md). We welcome your feedback on this public preview feature and are excited to create even more ways to collaborate.
24+
2225
## B2B recommendations
2326
| Recommendation | Comments |
2427
| --- | --- |

articles/active-directory/b2b/direct-federation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ With direct federation, guest users sign into your Azure AD tenant using their o
4444

4545
### DNS-verified domains in Azure AD
4646
The domain you want to federate with must ***not*** be DNS-verified in Azure AD. You're allowed to set up direct federation with unmanaged (email-verified or "viral") Azure AD tenants because they aren't DNS-verified.
47+
4748
### Authentication URL
4849
Direct federation is only allowed for policies where the authentication URL’s domain matches the target domain, or where the authentication URL is one of these allowed identity providers (this list is subject to change):
4950
- accounts.google.com

articles/active-directory/b2b/faq.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: B2B
88
ms.topic: reference
9-
ms.date: 11/07/2019
9+
ms.date: 03/19/2020
1010

1111
ms.author: mimart
1212
author: msmimart
@@ -20,6 +20,9 @@ ms.collection: M365-identity-device-management
2020

2121
These frequently asked questions (FAQs) about Azure Active Directory (Azure AD) business-to-business (B2B) collaboration are periodically updated to include new topics.
2222

23+
> [!IMPORTANT]
24+
> **Starting March 31, 2021**, Microsoft will no longer support the redemption of invitations by creating unmanaged Azure AD accounts and tenants for B2B collaboration scenarios. In preparation, we encourage customers to opt into [email one-time passcode authentication](one-time-passcode.md). We welcome your feedback on this public preview feature and are excited to create even more ways to collaborate.
25+
2326
### Can we customize our sign-in page so it's more intuitive for our B2B collaboration guest users?
2427
Absolutely! See our [blog post about this feature](https://blogs.technet.microsoft.com/enterprisemobility/2017/04/07/improving-the-branding-logic-of-azure-ad-login-pages/). For more information about how to customize your organization's sign-in page, see [Add company branding to sign in and Access Panel pages](../fundamentals/customize-branding.md).
2528

@@ -79,6 +82,7 @@ If your Azure AD tenant is the home directory for a user, you can [reset the use
7982
* Guest users who sign in with a Microsoft account (for example [email protected]) can reset their own passwords using Microsoft account self-service password reset (SSPR). See [How to reset your Microsoft account password](https://support.microsoft.com/help/4026971/microsoft-account-how-to-reset-your-password).
8083
* Guest users who sign in with a Google account or another external identity provider can reset their own passwords using their identity provider’s SSPR method. For example, a guest user with the Google account [email protected] can reset their password by following the instructions in [Change or reset your password](https://support.google.com/accounts/answer/41078).
8184
* If the identity tenant is a just-in-time (JIT) or "viral" tenant (meaning it's a separate, unmanaged Azure tenant), only the guest user can reset their password. Sometimes an organization will [take over management of viral tenants](https://docs.microsoft.com/azure/active-directory/users-groups-roles/domains-admin-takeover) that are created when employees use their work email addresses to sign up for services. After the organization takes over a viral tenant, only an administrator in that organization can reset the user's password or enable SSPR. If necessary, as the inviting organization, you can remove the guest user account from your directory and resend an invitation.
85+
8286
* If the guest user's home directory is your Azure AD tenant, you can reset the user's password. For example, you might have created a user or synced a user from your on-premises Active Directory and set their UserType to Guest. Because this user is homed in your directory, you can reset their password from the Azure portal.
8387

8488
### Does Microsoft Dynamics 365 provide online support for Azure AD B2B collaboration?

articles/active-directory/b2b/redemption-experience.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services: active-directory
77
ms.service: active-directory
88
ms.subservice: B2B
99
ms.topic: conceptual
10-
ms.date: 01/23/2020
10+
ms.date: 03/19/2020
1111

1212
ms.author: mimart
1313
author: msmimart
@@ -23,6 +23,9 @@ This article describes the ways guest users can access your resources and the co
2323

2424
When you add a guest user to your directory, the guest user account has a consent status (viewable in PowerShell) that’s initially set to **PendingAcceptance**. This setting remains until the guest accepts your invitation and agrees to your privacy policy and terms of use. After that, the consent status changes to **Accepted**, and the consent pages are no longer presented to the guest.
2525

26+
> [!IMPORTANT]
27+
> **Starting March 31, 2021**, Microsoft will no longer support the redemption of invitations by creating unmanaged Azure AD accounts and tenants for B2B collaboration scenarios. In preparation, we encourage customers to opt into [email one-time passcode authentication](one-time-passcode.md). We welcome your feedback on this public preview feature and are excited to create even more ways to collaborate.
28+
2629
## Redemption through the invitation email
2730

2831
When you add a guest user to your directory by [using the Azure portal](https://docs.microsoft.com/azure/active-directory/b2b/b2b-quickstart-add-guest-users-portal), an invitation email is sent to the guest in the process. You can also choose to send invitation emails when you’re [using PowerShell](https://docs.microsoft.com/azure/active-directory/b2b/b2b-quickstart-invite-powershell) to add guest users to your directory. Here’s a description of the guest’s experience when they redeem the link in the email.

articles/active-directory/b2b/troubleshoot.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ services: active-directory
55
ms.service: active-directory
66
ms.subservice: B2B
77
ms.topic: troubleshooting
8-
ms.date: 11/12/2019
8+
ms.date: 03/19/2020
99
tags: active-directory
1010
ms.author: mimart
11-
author: v-miegge
12-
manager: dcscontentpm
11+
author: msmimart
1312
ms.reviewer: mal
1413
ms.custom:
1514
- it-pro
@@ -21,6 +20,9 @@ ms.collection: M365-identity-device-management
2120

2221
Here are some remedies for common problems with Azure Active Directory (Azure AD) B2B collaboration.
2322

23+
> [!IMPORTANT]
24+
> **Starting March 31, 2021**, Microsoft will no longer support the redemption of invitations by creating unmanaged Azure AD accounts and tenants for B2B collaboration scenarios. In preparation, we encourage customers to opt into [email one-time passcode authentication](one-time-passcode.md). We welcome your feedback on this public preview feature and are excited to create even more ways to collaborate.
25+
2426
## I’ve added an external user but do not see them in my Global Address Book or in the people picker
2527

2628
In cases where external users are not populated in the list, the object might take a few minutes to replicate.

articles/active-directory/b2b/user-properties.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: B2B
88
ms.topic: conceptual
9-
ms.date: 04/08/2019
9+
ms.date: 03/19/2020
1010

1111
ms.author: mimart
1212
author: msmimart
@@ -24,6 +24,9 @@ Depending on the inviting organization's needs, an Azure AD B2B collaboration us
2424

2525
- State 1: Homed in an external instance of Azure AD and represented as a guest user in the inviting organization. In this case, the B2B user signs in by using an Azure AD account that belongs to the invited tenant. If the partner organization doesn't use Azure AD, the guest user in Azure AD is still created. The requirements are that they redeem their invitation and Azure AD verifies their email address. This arrangement is also called a just-in-time (JIT) tenancy or a "viral" tenancy.
2626

27+
> [!IMPORTANT]
28+
> **Starting March 31, 2021**, Microsoft will no longer support the redemption of invitations by creating unmanaged Azure AD accounts and tenants for B2B collaboration scenarios. In preparation, we encourage customers to opt into [email one-time passcode authentication](one-time-passcode.md). We welcome your feedback on this public preview feature and are excited to create even more ways to collaborate.
29+
2730
- State 2: Homed in a Microsoft or other account and represented as a guest user in the host organization. In this case, the guest user signs in with a Microsoft account or a social account (google.com or similar). The invited user's identity is created as a Microsoft account in the inviting organization’s directory during offer redemption.
2831

2932
- State 3: Homed in the host organization's on-premises Active Directory and synced with the host organization's Azure AD. You can use Azure AD Connect to sync the partner accounts to the cloud as Azure AD B2B users with UserType = Guest. See [Grant locally-managed partner accounts access to cloud resources](hybrid-on-premises-to-cloud.md).

articles/active-directory/b2b/what-is-b2b.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ The following video provides a useful overview.
2626

2727
>[!VIDEO https://www.youtube.com/embed/AhwrweCBdsc]
2828
29+
> [!IMPORTANT]
30+
> **Starting March 31, 2021**, Microsoft will no longer support the redemption of invitations by creating unmanaged Azure AD accounts and tenants for B2B collaboration scenarios. In preparation, we encourage customers to opt into [email one-time passcode authentication](one-time-passcode.md). We welcome your feedback on this public preview feature and are excited to create even more ways to collaborate.
31+
2932
## Collaborate with any partner using their identities
3033

3134
With Azure AD B2B, the partner uses their own identity management solution, so there is no external administrative overhead for your organization.

0 commit comments

Comments
 (0)