この認証方式では、アプリケーションはクライアント ID やクライアントシークレットといったアプリケーションの資格情報を用いてアクセストークンを取得します。このフローは、ユーザーではなくアプリケーション自体を認証・認可するため、あなたのアプリケーションやバックエンドサービスを含む Machine-to-Machine (M2M) アプリケーションに特に適しています。 アクセストークンを取得するには、次を使用します:Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
- POST リクエスト
https://vantage-[region].abbyy.com/auth2/connect/tokenリソースapplication/x-www-form-urlencodedを指定したContent-Typeヘッダー- 次のパラメーターを含むリクエストボディ
| Parameter | 説明 |
|---|---|
| client_id | アプリケーション識別子。 |
| client_secret | アプリケーションの秘密キー。 |
| grant_type=client_credentials | クライアントクレデンシャルグラントを使用することを指定します。 |
| scope=openid permissions global.wildcard | 権限スコープを指定します。 |
