I am trying to connect NetSuite OAuth 2.0 using Make.com
What is the problem & what have you tried?
I am trying to connect NetSuite OAuth 2.0 using Make.com’s HTTP Module. I have tried the same thing in other iPaaS Platforms and I can able to configure successfully.
I am Passing NetSuite’s Authorize URI, Token URI, Client ID and Client Secret in Make.com
Have you turned on Rest Web Services & OAuth 2.0 already? You need to enable this feature.
Have you created an Integration Record (OAuth 2.0) already? You need to create one.
Have you created a role already? You need to create one and give it specific permissions. (Web Services)
Note: Please do a test login using the specific user (account/email/password/role) in your NetSuite UI so you’ll know if the login attempt will fail or succeed.
Thanks @Karmic
I am trying with my Administrator Account. So I will have the permissions by default.
I have created an Integration Record (OAuth 2.0).I tried to test the connection with POSTMAN and It is connecting without any issue.
You’re welcome! Postman validates that the API and credentials are correct. The NetSuite error is a different thing. It’s rejecting the interactive login from Make.com using OAuth consent.
Try logging out of NetSuite and logging in at the same URL shown in the OAuth window.
When logging in and it still returns as “Invalid login attempt” then you can check the Login audit trail. You’ll see the specific reason.
When logging in and it succeeds, then all you need to do is to re-try the OAuth connection.
I’m trying to connect NetSuite (Sandbox) to Make using the HTTP module with OAuth 2.0 (Authorization Code flow), but I keep getting an invalid_request / SC424 error after authorization.
Open a Make support ticket referencing the SC424 + invalid_request/invalid state behaviour and that login/consent succeed since everything is configured properly already but still throws an error.