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
battk
10/16/2023, 4:26 AM
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
battk
10/16/2023, 4:26 AM
that redirect uri tells netsuite where to redirect back to\
l
Lucas
10/16/2023, 11:41 AM
@battk, So what can be Redirect URI in my case, I do not have any..