OAuth Flow Debugger

Flow Configuration

1

Prepare Authorization Request

Generate PKCE code_verifier and code_challenge.

2

Redirect to Authorization Server

User is sent to the `/authorize` endpoint to log in and approve scopes.

3

Callback Redirect

The server redirects back to your `/callback` URI with an authorization code.

4

Exchange Code for Tokens

Post the code and the `code_verifier` to the `/token` endpoint.