How do I use OAuth 2.0 with an external applicatio...
# general
n
How do I use OAuth 2.0 with an external application? It's an integration and no user will enter the credentials. How to get the token?
b
netsuite currently implements the OAuth 2.0 Authorization Code Grant Flow, which essentially has a user login to netsuite to grant access to your application
wait for 2021.2 for netsuite to implement OAuth 2.0 Client Credentials Flow for a flow without user interaction
n
Thanks @battk