Forum Discussion
Jan 17, 2018
SPO Sharing with Azure B2B User Issue
I have a scenario where I need to use pre-created Azure B2B users. The users will be invited via the Azure Portal/Azure cmdlets and not SPO.
In testing, after a user accepts an invitation, I'm ...
- Jan 26, 2018
The solution was:
Set-SPOSite https://tenantName.sharepoint.com/sites/siteName -ShowPeoplePickerSuggestionsForGuestUsers $true
StephenRice
Microsoft
Jan 22, 2018Hi Trevor Seward,
This should work. When you create the Azure B2B user, an account should be created in your directory which should then be resolvable in the sharing dialog. Are you getting an error when trying to resolve them? Can you send screenshots of what you're seeing? Thanks!
Stephen Rice
OneDrive Program Manager II
- Jan 26, 2018
The solution was:
Set-SPOSite https://tenantName.sharepoint.com/sites/siteName -ShowPeoplePickerSuggestionsForGuestUsers $true
- Jan 25, 2018Through a support case, doing a Ctrl-K will resolve the name in a classic UI interface, but that's not really a good solution. We should be seeing the autocomplete that you see with internal users.
- Jan 22, 2018
There's no error, it just doesn't resolve the user ("no results found") when interacting with Classic experience sharing. Same site using the Modern sharing experience works just fine.