> ## Documentation Index
> Fetch the complete documentation index at: https://translations.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 認可

> Authorization Code Flow を完了するには、PAR リクエストが成功した後にユーザーを /authorize エンドポイントへリダイレクトします。

<div id="endpoint">
  ## エンドポイント
</div>

`GET /authorize`

`/oauth/par` エンドポイントを呼び出した後、`GET` リクエストでエンドユーザーを `/authorize` エンドポイントにリダイレクトします。

<Note>
  `/authorize` エンドポイントは、`/oauth/par` エンドポイントに渡されたパラメータに応じて応答します。`response_type` をリクエストした場合は、`/oauth/token` エンドポイントで使用する認可コードが返されます。
</Note>

<div id="query-parameters">
  ## クエリパラメータ
</div>

<ParamField query="client_id" type="string" required>
  アプリケーションの`client_id`です。必須です。
</ParamField>

<ParamField query="request_uri" type="string" required>
  `/oauth/par`エンドポイントから受け取った`request_uri`の値です。必須です。
</ParamField>

<div id="response-messages">
  ## レスポンスメッセージ
</div>

| ステータス | 説明                         |
| ----- | -------------------------- |
| 302   | 指定されたリダイレクトURIにリダイレクトされます。 |
