Test OAuth 2.0 requests and debug responses.
code
response type.
The authorization server responded with tokens because the flow was started with the
implicit {{savedResponseType ? '(' + savedResponseType + ')' : ''}} response type.
{{state.value}}
.
Matches the original state
Does not match the original state: {{expectedState}}
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.