Doors-ng 6.0.6 - error while performing get request of oauth token
Doors-ng 6.0.6 - error while performing get request of oauth token
We are submitting the get oauth token request via postman rest client, Unfortunate we are getting 400 Bad Request oauth_problem=parameter_absent error.
Get URL:
https://{{host}}:{{port}}/jts/OAuth-request-token
Type: Oauth1.0
We have given the consumer key and consumer secret both as per the registered key in JTS/admin.
Compete request will be found with below URL
https://documenter.getpostman.com/view/4087218/TVCY6XV9
Response : 400 Bad Request, parameter_absent
We are not sure whether Access Token and Token Secret required to send or not. if yes, what will be corresponding value for the same ? Can someone help us to find what parameter is missing here? and corresponding value?
Thanks.
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Your curl example isn't providing the key/secret etc. as parameters, which probably explains the error message "parameter_absent".