Does anyone have any wisdom to share with using JWTs in NetSuite?
Ideally I would prefer to use normal OAuth2, but the provider requires a redirecturi - and even after extensive research I am not sure how I can handle that from NetSuite.
I was able to include a javascript library to hand the JWT in a Suitelet, but the runtime on decrypting the private key, and creating the JTW assertion were too long - 45+ seconds.
Not sure which direction I should go now...