为什么 Edge 中的 OneDrive js Picker 返回重定向 URI 而不是显示文件?
Why does the OneDrive js Picker in Edge go back to the redirect URI instead of showing the files?
我已经从OneDrive Picker JS example to my playground site复制了示例代码,将clientId替换为我的,然后在MS Edge中尝试时,新的window将打开。登录后,它显示原始页面而不是选择器。为什么不显示选择器?在所有其他主要浏览器(包括 IE 11)中,它显示选择器...
我尝试在应用程序注册页面中切换选项 允许隐式流,但这没有帮助。
2016 年 9 月 23 日更新
我将示例代码下载到我的站点,粘贴到我的 clientId 中并将其加载到 Edge 中 - 问题仍然存在。这让我相信这是应用程序注册的问题。在应用程序注册中,我看到有选择 Microsoft Graph Permissions 的选项 - Delegated Permissions 和 Application Permissions[=34] =] - 我尝试添加 Files.Read 然后 Files.Read.All 但都没有改善情况。我应该配置注册中的其他设置吗?
2016 年 10 月 3 日更新
前几天我注意到 Edge 的浏览器要求是版本 25+,而我的版本是 20。我花了几个小时安装非关键更新到 OS,它将 Edge 更新到版本 38 .现在当我尝试sample code on my playground site I see the new window open, the main window will refresh within a few seconds and after I login in the new window, it stalls on this oauth2 authorize url。
原来是 Windows 10 网络组策略阻止了它。
我已经从OneDrive Picker JS example to my playground site复制了示例代码,将clientId替换为我的,然后在MS Edge中尝试时,新的window将打开。登录后,它显示原始页面而不是选择器。为什么不显示选择器?在所有其他主要浏览器(包括 IE 11)中,它显示选择器...
我尝试在应用程序注册页面中切换选项 允许隐式流,但这没有帮助。
2016 年 9 月 23 日更新
我将示例代码下载到我的站点,粘贴到我的 clientId 中并将其加载到 Edge 中 - 问题仍然存在。这让我相信这是应用程序注册的问题。在应用程序注册中,我看到有选择 Microsoft Graph Permissions 的选项 - Delegated Permissions 和 Application Permissions[=34] =] - 我尝试添加 Files.Read 然后 Files.Read.All 但都没有改善情况。我应该配置注册中的其他设置吗?
2016 年 10 月 3 日更新
前几天我注意到 Edge 的浏览器要求是版本 25+,而我的版本是 20。我花了几个小时安装非关键更新到 OS,它将 Edge 更新到版本 38 .现在当我尝试sample code on my playground site I see the new window open, the main window will refresh within a few seconds and after I login in the new window, it stalls on this oauth2 authorize url。
原来是 Windows 10 网络组策略阻止了它。