Reputation: 1034
I have access to two different Azure AD domains (a.com and b.com) In both domains I have a local account ([email protected] and [email protected]). What i'd really like to do use [email protected] to sign into both domains.
I know from reading https://learn.microsoft.com/en-us/azure/active-directory/active-directory-create-users-external that it is possible to do so but the caveat is:
You can select a user in another directory only if you're also a member of that directory.
I can't see how this is performed however - does this mean I need a Microsoft Account in both domains (as these aren't domain specific) to be able to insert the user?
Upvotes: 1
Views: 1263
Reputation: 2083
You can use B2B for this scenario.
First add the user [email protected] to the tenant b.com: How do Azure Active Directory admins add B2B collaboration users?
Then assign a role to that user: Grant permissions to users from partner organizations in your Azure Active Directory tenant
Upvotes: 1