4
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

SharePoint Onlineでユーザーの認証情報でREST APIにアクセスしたい

Last updated at Posted at 2019-07-20

1. やりたいこと

  • SharePoint Onlineでユーザーの認証情報でREST APIにアクセスしたい
  • ユーザーのパスワードは分からない
  • 一時的なツール用途
  • 自動化は諦めている

2. やったこと

  • ユーザーがSharePointにログインして以下のCookieを取得する
FedAuth
rtFa
  • 何かしらのプログラムでREST APIにアクセスするときにFedAuth, rtFaをCookieに設定する

3. おまけ

  • SharePoint Online の認証
  • SharePoint REST API ユーザ認証みたいなキーワードでググっても見つからなかったからメモ

4. できたら

おわり。

4
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?