Hi, when I am trying to use Netsuite OAuth2.0 in p...
# suitescript
d
Hi, when I am trying to use Netsuite OAuth2.0 in postman I am getting 'Invalid login attempt' in the new window that opened when i click 'Get New Access Token' in postman. what can be the issue? (consumer key & secret are correct for sure)
b
depends on how far you are getting into the auth process
d
I set all the parameters include consumer tokens and auth url and when i login in the new window that opend after i click 'get new access token' in postman its give me invalid loging
b
and if you are using your actual browser
d
i am using my actual browser
b
that sounds like you got far enough to use the login audit trail
d
i am getting success in the audit trail that what strange here
b
try doing something wrong like using the wrong redirect uri
and make sure the error appears where you expect it to be
d
my mistake, redirect URI was wrong
s
I'd recommend taking a look at the newer Client Credentials flow if this is a system-system application