API-8130
The PKCE verifier does not match the authorization request
Why it happens
The code_verifier of the token request does not match the code_challenge sent when the authorization started, so no token was issued.
What to do
Send the PKCE verifier the code_challenge of this authorization was derived from.
- HTTP status
- 400
- Retrying does not help