VOOZH about

URL: https://oidcdebugger.com/debug

⇱ Debug a request - OpenID Connect Debugger


Start over

Success!

The flow was successful. The authorization server responded with an authorization code because the flow was started with the code response type. The authorization server responded with tokens because the flow was started with the implicit {{savedResponseType ? '(' + savedResponseType + ')' : ''}} response type.

The returned state is {{state.value}}.

Error

The authorization server responded with an error. This could mean that the request parameters were incorrect, or that the user rejected the authorization.

Step 2: Exchange code for tokens

Now you need to exchange the authorization code for tokens using the token endpoint. Since this flow was started with a PKCE Code Challenge, we can perform the token exchange directly in the browser for you.

Now you need to exchange the authorization code for tokens using the token endpoint. We can't do this step for you because it involves your client secret.

{{method | upper}} request details