Hey all , hope you are all fine .. I am facing thi...
# suitetalkapi
h
Hey all , hope you are all fine .. I am facing this on using OAuth 2.0 .. I will be very grateful I someone put interest in it. I followed almost all the steps written in NetSuite help section but every time it returns me to this page, I am attaching the postman setting as well for your reference guys
b
what does the login audit trail say
h
here is my login audit trail
b
the details column is the most valuable for failures
h
message has been deleted
b
correctly set the Redirect URI on the integration record
h
is there something wrong ?
b
you probably want a better understanding of oauth2 before going further
the oauth2 grant type you are using is based around redirects
that redirect uri on the integration record and in your error details is extremely important to actually implementing oauth 2 on your server
h
Got the issue ,battk Thanks alot for your help , I will definitely get some understanding before I use 2.0
@battk can you please guide me about client credential flow certificate? what is it and how I can get this certificate file , as I have to upload public part of it when trying to create client credential flow (M2M)