What do you mean by "Redirect URI" in Oauth 2.0? I...
# integrations
l
What do you mean by "Redirect URI" in Oauth 2.0? I want to setup REST Webservices using Oauth 2.0 but not understanding what "Redirect URI" should be as I don't have one.
b
the authorization code grant is designed for the flow were a user visits your website, you redirect to netsuite for that user to grant access, and then netsuite redirects back to your website
that redirect uri tells netsuite where to redirect back to\
l
@battk, So what can be Redirect URI in my case, I do not have any..
b
no, its needs to be an actual url that you have control over, that url is sent a code that is needed to get actual tokens