Sharoh Vignesh
Sharoh Vignesh

Reputation: 31

Authorization issue in netsuite using oauth

I am working on Netsuite and I'm new to it, so I need help. After creating roles and assigning a user to that specific role, I want to assign them to an application created using the integration record. When I wanted to create an access token, after selecting the application in the application name drop down, I am not finding any users or roles in the user drop down box and the role drop down box:

https://i.sstatic.net/cNq6u.jpg

This is where I am facing the problem. So I need a solution to select users in the drop down box.

Upvotes: 3

Views: 1636

Answers (3)

Charl
Charl

Reputation: 827

This link tells you all you need to know about setting up TBA and the correct basic permissions needed: Token Based Authentication

Your user needs to have a role assigned to it with the following basic permissions:

  • User Access Token: Full
  • Access Token Management: Full
  • Web Services: Full

Once this role has been assigned to your user, the user will be available for selection when creating a token.

Upvotes: 1

w3bguy
w3bguy

Reputation: 2250

Here are the docs for setting up TBA roles. Maybe you are missing one of the permissions?

Getting Started with Token-based Authentication

Upvotes: 0

Erick Smith
Erick Smith

Reputation: 930

Go to the role you have setup for this OAuth and click Permissions tab > Setup and make sure User Access Tokens permission is there.

Upvotes: 0

Related Questions