jamie
KKinde
•Created by jamie on 3/29/2024 in #💻┃support
Unable to make a POST request to retrieve a token with `grant_type` of `authorization_code`
I'm attempting to follow the "Quick Start" guide on signing in users. I have successfully retrieved the
CALLBACK_AUTHORIZATION_CODE
, but when I attempt to request the token I get a 400 error.
I'm following this documentation: https://kinde.com/docs/developer-tools/using-kinde-without-an-sdk/#handling-the-callback
The request I'm making is to:
I have triple checked that each of the credentials being sent is correct, yet I still get a 400 response with no error message in the body of the response.
Note: Probably not super important, but my backend is written in Go, although I can't seem to get it to work even with a basic curl request:
37 replies