拒绝访问 - Sharepoint URL 作为 O365 中的自定义磁贴

Access Denied - Sharepoint URL as Custom Tile in O365

我正在按照 here with SharePoint page as URL. The issue I am facing is once we log in to O365 主页的说明添加自定义磁贴,然后尝试使用自定义磁贴直接转到 SharePoint 页面,我们收到访问被拒绝的消息。然后 none 的 SharePoint URL 起作用。用户的所有权限都已适当设置。其实我有O365的全局管理员权限。

失败的场景:

  1. 用户登录 O365
  2. 转到应用程序启动器 -> 点击自定义磁贴
  3. 获取访问被拒绝消息"Access Denied. You don't have permissions to access this resource. Sign in with the account provided by your work or school to use with Office 365 or other Microsoft services."

有效的场景:

  1. 用户登录 O365
  2. 单击主页上的 SharePoint 图标并转到 SharePoint 主页
  3. 转到应用程序启动器 -> 点击自定义磁贴
  4. 页面加载正常

如果有解决此问题的方法或解决方案,请告诉我

问题原来是我用于“图像 URL”的 URL 导致了这个问题。我从 SharePoint SiteAssets 文件夹复制了图像 url,该文件夹具有“任何具有 link 的用户都可以查看”的权限。

因此,当我们登录到 O365 时,SharePoint 将来宾访问权限分配给用户以在 App Launcher 中加载图标。然后,当我们使用 App Launcher 访问 SharePoint URL 时,它会继续保持访客访问。

将图标更改为一些通用图标后,问题得到解决。

虽然问题现在已经解决了,但我仍然不清楚它在这种情况下是如何工作的。

The scenario that works:

  1. User logs in to O365
  2. Clicks on SharePoint icon on the home page and goes to SharePoint home page
  3. Goes to App launcher -> clicks on Custom tile. The page loads fine