External users may experience issues accessing Navigator 365 functionality either in Microsoft Teams or SharePoint. Navigator 365 may show “Something went wrong” error. This happens because external users have no permissions in the App Catalog site collection by default. Please go through the following actions in order to allow all users to use Navigator 365.
- Browse to SharePoint App Catalog site.
- Open up site permission settings.
- Grant Read or Viewer permissions to Everyone. Please uncheck Send an email invitation option to avoid email to all the users.
-
If “Everyone” user group is not showing up, you may have to enable it first on tenant level. This should be done by SharePoint or Tenant Administrator:
- Open the SharePoint Tenant Admin Console and execute:
Set-SPOTenant -ShowEveryoneClaim $true
- Don’t forget to disable this option back using the following command:
Set-SPOTenant -ShowEveryoneClaim $false
- Alternatively you can use PnP PowerShell
- Browse to SharePoint Admin portal, select Apps site and browse to Sharing options. Make sure External Sharing is not specified as Only people in your organization. Our recommendation is to set it to Existing guests only.
- Make sure to test results in Incognito browser mode, to make sure cache is not involved.
- IMPORTANT! If this does not help, please flow the same steps with the All Users (membership) user group. It may be enabled with Set-SPOTenant -ShowAllUsersClaim $false command.
- In rare cases we've seen the need to provide access to specific users in order for external access to work.
Comments
0 comments
Article is closed for comments.