【发布时间】:2011-10-02 11:31:31
【问题描述】:
这两个链接:
- http://blogs.msdn.com/b/cjohnson/archive/2011/05/14/part-2-headless-authentication-with-sharepoint-online-and-the-client-side-object-model.aspx
- http://www.wictorwilen.se/Post/Post.aspx?id=601
解释连接到在线 Sharepoint 的相同(但略有不同的方法)(office365 样式)。
我尝试连接的共享点站点位于http://thickshake.sharepoint.com/
我连接到 https://thickshake.sharepoint.com/_forms/default.aspx?wa=wsignin1.0 并且响应是 MovedPermanently,并为我提供了新的 URL http://th...(与以前相同,减去 http(s))。所以我尝试连接到该站点并获取Object moved to <a href="%2f">here</a>.
我觉得这是一个永无止境的循环。我想我在 https 上进行身份验证,它会将我重定向到 http,然后不接受连接。
有没有人有任何连接到 Office365 的共享点的经验,可以对此有所了解?
【问题讨论】:
标签: sharepoint authentication office365