本文へスキップ

認可を開始

GET
/oauth/authorize

PKCE 付き認可コードフロー向けのブラウザー用認可エンドポイントです。エンドユーザーは同意完了前に対話的に認証します。

Parameters

Query Parameters

response_type*
Type
string
Required
client_id*
Type
string
Required
Format
"uuid"
redirect_uri*

Must exactly match the application's registered redirect URI.

Type
string
Required
Format
"uri"
scope*

Space-separated scopes. Supported values are user.public and user.full.

Type
string
Required
Example"user.full"
state*
Type
string
Required
code_challenge*
Type
string
Required
code_challenge_method

Defaults to S256 when omitted. plain is not accepted.

Type
string
Valid values
"S256"
Default
"S256"

Responses

Redirects to the registered redirect URI with code and state query parameters on success.

Playground

Variables
Key
Value

Samples