メインコンテンツへスキップ

Documentation Index

Fetch the complete documentation index at: https://auth0-fix-auth-api-docs-migration-completion.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

GET /authorize /oauth/parエンドポイントを呼び出した後、GET呼び出しを使ってエンドユーザーを/authorizeエンドポイントにリダイレクトします。 note /authorizeエンドポイントは/oauth/parエンドポイントに渡されたパラメーターに基づいて応答します。response_typeを要求した場合は、/oauth/tokenエンドポイントで使う認可コードを受け取ります。

Parameters

client_id
string
必須
アプリケーションのclient_idです。必須です。
request_uri
string
必須
/oauth/parエンドポイントから受け取ったrequest_uri値です。必須です。

Response

StatusDescription
302指定したリダイレクトURIにリダイレクトします。