Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for new token based authentication and applicationIds with 2015_02 schema #214

Closed
thomaswitt opened this issue Sep 25, 2015 · 2 comments

Comments

@thomaswitt
Copy link

NetSuite requires Application IDs (https://system.na1.netsuite.com/app/help/helpcenter.nl?fid=section_4399767063.html) beginning with Schema Version 2015_02. Currently there's no support for that.

Additionally, Token Based Authentication will be supported in addition to the Login/Password Scheme (https://system.na1.netsuite.com/app/help/helpcenter.nl?fid=section_4395622897.html). It'd be great if that'd be supported to in order to enhance security.

@iloveitaly
Copy link
Member

That would be great, I agree! Feel free to submit a PR!

@iloveitaly
Copy link
Member

Added support for applicationId: https://github.com/netsweet/netsuite#2015_2-applicationid-support

As far as token auth goes, you should be able to support it using soap_header. Would be great to have a native API in configuration for it though. If you have any ideas around that, feel free to submit a PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants