Discussions
SuiteWorld is the largest annual gathering of the NetSuite community! It will be held in Las Vegas on October 6-9, 2025. Our customers and partners look forward to SuiteWorld every year as a place to hear the latest from NetSuite, get hands-on learning, and connect with each other. Register now!
Issue with OAuth 2.0 Client credentials flow
Hi
I have created a Netsuite integration in my application and took it to production. I am able to login and receive access_token and refresh_token when I try connecting with the same account that was used to create the integration record/app, but when a customer of mine tries it, we are not receiving the callback to our redirect URI.
These are the steps on our flow:
→ User gets redirected to Netsuite login screen
→ User logs in and is taken to the access screen
→ User accepts the access screen and gets redirected to our application without us getting the redirect callback. We know this because our logs has redirect callbacks that we tried using our account but none from customers.