SharePoint Team Site owner unable to share outside Team

Ethan Kershaw 0 Reputation points
2023-07-03T21:00:41.14+00:00

In tenant for corp.com, there is a user@othercorp.com set up as a B2B Member (instead of guest) in the corp.com Azure AD. user@othercorp.com is set as the owner of the Microsoft 365 Group "Team" in corp.com Azure AD. When this user tries to share a folder from the team site to someone that is not in the group, an error message below the people picker is shown "We couldn't find an exact match".

Another account, owner@corp.com is also an owner on "Team" in corp.com. This account is able to share to anyone from the team site regardless of whether they're in "Team".

Things I've confirmed:

  • External sharing is allowed on the site and within the tenant
  • A newly created B2B Member set as owner on "Team" has the same issue
  • AzureADB2BIntegration has been abled on this tenant

What am I missing that is preventing user@othercorp.com from being able to share the same way owner@corp.com can?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,964 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Ling Zhou_MSFT 19,325 Reputation points Microsoft Vendor
    2023-07-04T06:35:01.8566667+00:00

    Hi @Ethan Kershaw,

    Thank you for posting in this community.

    For your question, perhaps you should look at the SharePoint sharing settings.

    There are two types of SharePoint sharing settings, organization-level and site-level. Organization level for the whole SharePoint, site level for a certain site. This setting determines who can share content or files in SharePoint to others.

    First, check your organization-level sharing settings. This article details how to manage the organization level external sharing setting: Change the organization-level external sharing setting.

    Second, check your site-level sharing settings. This article details how to manage the site level external sharing setting: Change the sharing settings for a site.

    After completing the above steps, I suggest you wait a while for the settings to take effect, then clear your browser cache and try sharing the files again.

    If the problem persists, please describe in detail the problem you are experiencing. Screenshots would be better. Please note that your private information will be coded. Thank you for your support and cooperation!


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Ling Zhou_MSFT 19,325 Reputation points Microsoft Vendor
    2023-07-07T09:21:29.7566667+00:00

    Hi @Ethan Kershaw,

    Please accept my sincere apologies for the late reply. It took me some time to reproduce your situation.

    In my side, user@othercorp.com can successfully share a folder to a user that is in the tenant (person@corp.com).

    I noticed from your AAD screenshot that there is a slight difference with mine.

    Mine is Reset redemption status and yours is convert to external user.

    image

    Therefore, I suggest you delete this user(user@othercorp.com) and add him again.

    You can follow this link to Add Azure Active Directory B2B collaboration users in the Azure portal.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  3. Ethan Kershaw 0 Reputation points
    2023-11-15T19:42:42.7166667+00:00

    After months of not being able to share correctly, this is resolved after following instructions here: https://learn.microsoft.com/en-us/answers/questions/1339570/sharepoint-online-onedrive-we-couldnt-find-an-exac

    Key points (pulled from several different comments)... use SharePoint Online Management Shell to run the following

    Set-SPOTenant -UseFindPeopleInPeoplePicker $false
    Set-SPOTenant -ShowPeoplePickerSuggestionsForGuestUsers $true
    Set-SPOTenant -AllowGuestUserShareToUsersNotInSiteCollection $True
    
    0 comments No comments

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.