LoginSignup
5
3

More than 5 years have passed since last update.

App Service の Azure Active Directory 認証でユーザ情報をサーバーサイドで取得する

Last updated at Posted at 2018-03-17

方法

  • App Service の 認証, Token Storeをオンにする
  • サーバサイドの以下のリクエストヘッダにAAD関連の情報が入っている。さらに詳細情報が必要な場合はトークンを使用して認証APIにアクセスする。
    • X-Ms-Client-Principal-Name : ログイン名
    • X-Ms-Client-Principal-Id : ID
    • X-MS-TOKEN-AAD-ACCESS-TOKEN : 認証APIアクセス用のトークン

参照

5
3
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
5
3