Hey all, I am facing issues in implementing token based authentication in my RESTlets.
I have set up all the required information.
- enabled TBA
- Created the Integration
- Added TBA Login with Token permissions to a Role under my User Account
- Generated a TBA Token
I followed generated the header that I've added to my Postman Request (OAuth 1.0), but I am continuously getting a below error.
{
"error": {
"code": "INVALID_LOGIN_ATTEMPT",
"message": "Invalid login attempt."
}
}
Also checked into the Login audit trail & it was showing an error ‘InvalidSignature’.
I am passing the correct parameter but still not able to find the exact root cause.
Do we have to encode keys/token/secret keys before sending it to the postman? if yes then please help me with the steps to follow.