これらの 2 つのリンク:
- 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 online (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の共有ポイントに接続した経験がある人はいますか?