1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Postman OAuth2.0のCallback URL

Last updated at Posted at 2024-09-03

PostmanでのOAuth2.0設定で利用するCallback URLについて。PostmanではAPIリクエスト設定で認可タイプを選択・設定することでさまざまな認可設定を簡単にできるようになっているが、その中でも比較的複雑な認可設定にOAuth2.0がある。

このOAuth2.0用にPostmanでは、次のようなデスクトップアプリ、ブラウザアプリ、VS Code拡張機能アプリなど利用オプションごとの専用Callbackエンドポイントを用意している。Grantタイプが認可コード(Authorization Code)だったりすると、ユーザーインタラクションが発生するが、その後のリダクレクトのために認可サーバー側でCallback URLの許可設定が必要になる。利用オプションに応じて、これらのURLを認可サーバーのCallback URL一覧に加えてください:pray:

Postman 利用オプション Callback URL
デスクトップ https://oauth.pstmn.io/v1/callback
ブラウザ https://oauth.pstmn.io/v1/browser-callback
VS Code拡張機能 https://oauth.pstmn.io/v1/vscode-callback

関連issue: postmanlabs/postman-app-support#9390

1
2
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
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?