> ## 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   | 指定されたRedirect URIにリダイレクトします。 |
