0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

サーバー側からZoom会議を作成する-2:認証コードの取得

Posted at

概要

  • 前回の記事の続きです
  • 認証コードを、WEBブラウザを使って取得します
  • 有効期限が短いので、後続の「トークンの取得」を早めに行う必要があります

WEBブラウザで、認証コードを取得

Client IDとリダイレクトURIをメモしておく

  • 前回のZoom App Marketplace で作成したアプリの「Basic Information」画面を開きます

  • 「App Credentials」に、「Client ID」があるので、安全な場所にメモしておきます

  • 下にスクロールして、「OAuth Information」に、「OAuth Redirect URI」があるので、安全な場所にメモしておきます

URLを生成して、ブラウザで開く

認証コードをURLから取得

  • 上記にアクセスすると、Zoomの認証画面に遷移するので「Allow」をクリックします

ScreenShot 2024-09-12 10.41.00.png

  • クリック後は、リダイレクト先のURLにリダイレクトされます
  • その際に、URLの末尾に「?code=aabbcc」のように付与されたコードが、認証コードです

次回

  • 次回は、上記で取得した認証コードを使って、リフレッシュトークンとアクセストークンを取得します
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?