Forum Discussion
Onedrive collaboration between multiple tenants
- May 19, 2017
There are ways to get this done with B2B. This involves using our APIs and using scripts to bulk onboard people from the other organization. And enabling self service sign-up for new users who join the other company.
Scripts: https://docs.microsoft.com/en-us/azure/active-directory/active-directory-b2b-code-samples
Self service sign-up portal: https://docs.microsoft.com/en-us/azure/active-directory/active-directory-b2b-self-service-portal
You can see a demo of the self service portal in my talk: https://aka.ms/b2bmechanics
Then, run a PowerShell script to make these users visible in SPO:
The ability to search for existing guest users in the SharePoint Online people picker is OFF by default to match legacy behavior. You can enable this using the setting 'ShowPeoplePickerSuggestionsForGuestUsers' at the tenant and site collection level. This can be set using the Set-SPOTenant and Set-SPOSite cmdlets, which allow members to search all existing guest users in the directory. Changes in the tenant scope do not affect already provisioned SPO sites.
Hi Sarat,
Our Office 365 admin could not add any apps from Azure portal listed under Microsoft Apps in Staff tenancy to the Invited student tenant. For ex: We need to add One Drive. Below screenshot is for Drop Box. We are able to add ABC news apps to the invited student user. We can add One Drive Client App as a SaaS App but not any of the Microsoft Apps from the listed dropdown under Enterprise Apps.
Hi Sarat,
I am guessing here - but it seems like B2B is like the "trust" concept in a multidomain environment.
In such that you can give external users to resources within your domain.
Amit is under the impression that you can share Microsoft applications to external users.
What triggered that impression your comment to Uwin_Young in the following URL: https://docs.microsoft.com/en-us/azure/active-directory/active-directory-b2b-what-is-azure-ad-b2b
I am guessing though what you mean is that with B2B we can assign external users to a particular site in SharePoint Online (and OneDrive which is sharepoint anyway) - but not the whole apps. Is this correct?
- Sarat SubramaniamAug 04, 2017Microsoft
Hendra - I think you might be pointing out a terminology issue? Yes, with Azure AD B2B collaboration it is possible to add partner/guest/b2b users to Microsoft *and* non Microsoft applications. The act of adding guest users sometimes referred to as sharing that application.
For example, adding a guest user to a sharepoint site is sometimes referred to as "sharing the sharepoint site" with the guest user.
Not sure if that's what you're referring to?
- HTAug 06, 2017Copper Contributor
Hi Sarat,
I am not refering to terminology, I was trying to be precise. Apps and sites, are two different things.
What we are exploring is whether it is possible to make "Microsoft SharePoint Online" appears on the Guest users portal pretty much like you made "SalesForce" appears.
When I tried to share "Microsoft SHarePoint Online", the experience . Under "manage" , the "users and groups" options appears and disappeared.
I can easily log a ticket with Premiere - but since B2B is a new product, I need to know whether it is by designed?
Thanks Sarat,
cheers
Hendra