Documentation Index
Fetch the complete documentation index at: https://docs-staging.auth0-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です。必須です。/oauth/parエンドポイントから受け取ったrequest_uri値です。必須です。Response
| Status | Description |
|---|---|
| 302 | 指定したリダイレクトURIにリダイレクトします。 |