-
Action Required: Update OAuth 2.0 Configuration for NetSuite EPM Integrations
This notice is intended for Customers using NetSuite EPM Integrations. You are receiving this notification because at least one of the following NetSuite Enterprise Performance Management (EPM) integration SuiteApps is installed in your NetSuite account: Account Reconciliation Sync Planning and Budgeting Sync Close…
-
Adding OAuth2.0/MCP permissions to Employee Center account
Hi, I have configured a classic center role to allow for OAuth 2.0 and MCP integrations. I want to do the same for an employee center role so that an integration can read only the data available to the employee center. It seems like these permissions cannot be added to this type of center. Does a role have to be a…
-
How do I format my ODBC connection string to use OAuth2.0 Certificate
I have configured an integration to allow for OAuth 2.0 (Authorization Code Grant, Client Credentials (M2M), and set scope to include SUITEANALYTICS CONNECT). I have generated a cert and uploaded it to NS OAuth 2.0 Client Credentials Setup. I can use this integration to generate an oauth access token and can use that in a…
-
Why arent my newly updated integrations showing on the OAuth 2.0 Authorized Applications page?
I followed all the steps to add Client Credentials flow OAuth2.0 to an existing application. The OAuth 2.0 Authorized Applications page remains blank.
-
How to resolve the OAuth 2.0 Error: "Role or entity not enabled for accessing user information"?
I'm working on an OAuth 2.0 integration and during testing I am receiving the following error on my sandbox environment after logging in with my credentials: Selected role or entity is not enabled for accessing user information. This error displays no matter what role I try to log in with, including Administrator, so I…
-
OAuth 2.0 over OAuth 1.0
OAuth 2.0 is preferred over OAuth 1.0 for several reasons: 1. Simplicity of Implementation OAuth 1.0: Requires complex cryptographic signatures to verify requests. This means developers have to deal with complicated encryption methods and handle signing each request, which can be tricky and error-prone. OAuth 2.0: Uses…
-
Does anyone know if there are issues having BOTH TBA and OAuth 2.0 Enabled?
We already have Token Based Authentication ("TBA") enabled in our Environment and use SuiteAnalytics Connect and the ODBC drivers to access NetSuite data. We are converting to the NetSuite2.com data source. We want to use OAuth 2.0 but I want to be sure Enabling it will not interfere with our TBA we already have in place.…
-
OAuth 2.0 connection on make.com
I"m trying to make a postman call or make.com connection to netsuite using OAuth 2.0 but Im not sure of all the header parameters needed to be filled to make this connection.
-
How to use jsrsasign.js in SuiteScript Debugger for OAuth 2.0 Client Credential Grant flow?
Hi All, I'm new to this OAuth 2.0 Client Credential Grant flow. I'm having problem correctly using jsrsasign.js, or I'm unable to spot my scripting mistakes. SuiteScript Debugger reported error "init failed:Error: not supported argument" upon signing the JWT in my require() script in debugger. jsrsasign.js of course has no…
-
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…