I'm using Postman to test my requests. If I try to get a token, it works and Postman give me the Token, but in the response body I receive 'invalid_grant', it should not work, right ? how to fix it ?
My client :
I did try response_type as code, and code + token, grant_type as password and password + authentication_code ...
I'm using Postman to test my requests. If I try to get a token, it works and Postman give me the Token, but in the response body I receive
'invalid_grant'
, it should not work, right ? how to fix it ?My client :
I did try response_type as code, and code + token, grant_type as password and password + authentication_code ...
Error :
Token :