i see TBA, but there seems to be the 3 step TBA au...
# general
m
i see TBA, but there seems to be the 3 step TBA auth flow which describes a user login form but the issuetoken endpoint is not recommended anymore?
b
TBA
there are lots of ways to get tokens
• Users can generate tokens from their login: User Access Token • Administrators can generate tokens for other users: Access Token Management • Your server can ask users for permission so that your server can ask NetSuite for tokens: The Three-Step TBA Authorization Flow • Your server can ask for login information from the user to ask NetSuite for tokens: The IssueToken Endpoint
the last option is unfavorable security wise since your server will have credentials that can login to netsuite
makes more sense from a security standpoint to use the first 2 options
either way, getting tokens is a one time operation
your server can reuse the tokens until revoked
👍 1