Is it possible to create Azure AD trust with other Azure AD tenant for Azure B2B setup

Tech Santosh 101 Reputation points
2020-11-10T12:30:50.047+00:00

Hi,
Is it possible to create Azure AD trust with other Azure AD tenant for Azure B2B setup?
We have an on-premise application that needs to accessed by internal users & external users (Guest account) in Azure tenant A. So is it possible to have only a trust between them as B2B collaboration.

What we want to archive is that Azure tenant B should

i)Access the application & they can onboard and additional users(contractors) as guest users in Azure tenant B.

ii) Azure tenant B users to mange the access (via groups that exist in Azure tenant A) for their guest users.

Note: We want to avoid federation

Or any other option please suggest

Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. AmanpreetSingh-MSFT 56,871 Reputation points Moderator
    2020-11-10T13:34:04.813+00:00

    Hi @Tech Santosh · Welcome to Q&A platform and thanks for your query.

    The above requirements can be achieved by using B2B User Flow.

    i) Access the application & they can onboard and additional users(contractors) as guest users in Azure tenant B.

    For this purpose, you need to navigate to:

    Azure Active Directory > External Identities > User flows > +New user flow

    While creating new user flow, Azure AD Sign up is selected by default as highlighted below. This will allow users in other Azure AD tenant to perform self service sign up and a guest user account will be added in your tenant.

    38690-image.png

    ii) Azure tenant B users to mange the access (via groups that exist in Azure tenant A) for their guest users.

    If I understood it correctly, you want to add the guest users to specific groups in Tenant A for access management. You can leverage step 3 of user flow for this purpose where you can require user to specify a value for a custom attribute e.g. UserRole during self service signup. You can then create a dynamic group with query that adds users with UserRole=Contractor to ContractorGroup for instance.

    To see the experience, you can try accessing my test application https://crafts.cloud365.in and on the sign in page click on create account link highlighted below:
    38823-image.png

    For step by step instructions on User flows, please refer to https://learn.microsoft.com/en-us/azure/active-directory/external-identities/self-service-sign-up-user-flow

    -----------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.