oauth2orize-examples icon indicating copy to clipboard operation
oauth2orize-examples copied to clipboard

Unable to exchage authorization code for token

Open manish-verma-au3 opened this issue 4 years ago • 0 comments

Hi, whenever I make a post request to get token i got 'Unauthorized' as response. please Help! below is my request:-

url:- http://localhost:3000/oauth/token

request:- { "grant_type": "authorization_code", "code": "gZl67viNzaVvJgfx", "redirect_uri": "http://localhost:3000/account", "client_id": "abc123", "state": "12345" }

manish-verma-au3 avatar Aug 09 '21 13:08 manish-verma-au3