The authorization code has expired
-
Hello there,
I am able to receive the response for Authorization Endpoint, i.e. /wp-json/moserver/authorize.
However, when I am pinging for Token Endpoint, it returns me below error:
{“error”:”invalid_grant”,”error_description”:”The authorization code has expired”}”
I made sure to check on whether the correct code is being passed, client_id, client_secret, etc. Not sure what’s causing this issue.
I have made sure to enable the below header for my nginx setup:
add_header Access-Control-Allow-Headers “Authorization”;
Could you please help me out with this?
Thanks,
Jay.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘The authorization code has expired’ is closed to new replies.