<@U56BKUG4A> First have you enabled Token Based Au...
# suitescript
f
@nathanw First have you enabled Token Based Auth (I would assume yes?) Second did you added the parameter realm into your oauth signature generation with your account id as value? I think that was one of the required fields
n
Good catch. I've added the Account id as the Realm
Following up on the First Part, I've Set the Role to have: Under Setup: Access Token Management Log in using Access Tokens User Access Tokens
After Adding the account id as the Realm I know get a different error,
Code: Invalid Login Attempt
So that might be progress?
f
Yeah now its properly invalid oauth credentials
n
@fkrauthan Found it, a rogue char snuck in front of one of the tokens. Thanks for you help.
f
Haha that are always hard to find. no worries 🙂