Has anyone connected PowerApps to NetSuite using O...
# suitetalkapi
s
Has anyone connected PowerApps to NetSuite using Oauth1? Found an article that shows how to use an AzureFunctionApp to do the signing and I got all that to work along with all the other pieces but I continue to get "INVALID LOGIN" response. My Authorization headers look the same as a successful PostMan connection with the same creds(except of course the Nonce and TimeStamp). So I suspect that something in my string to be signed is incorrect. The article indicates to use "GET&<encoded base url>&oauth_consumer_key=<Consumer Key>&oauth_nonce=<GeneratedNonce>&oauth_signature_method=HMAC-SHA256&oauth_timestamp=<GeneratedTimeStamp>&oauth_token=<Token ID>&oauth_version=1.0 And a signature key of <Consumer Secret>&<Token Secret>