It's all about the answers!

Ask a question

Doors-ng 6.0.6 - error while performing get request of oauth token


aresha vora (217) | asked Aug 25 '20, 2:43 a.m.
edited Aug 25 '20, 2:52 a.m.
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.

Comments
Ian Barnard commented Aug 27 '20, 7:37 a.m. | edited Aug 27 '20, 7:37 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Your curl example isn't providing the key/secret etc. as parameters, which probably explains the error message "parameter_absent".


I'd expect the request to look something like this (but this isn't a Jazz example so details may be different):



Be the first one to answer this question!


Register or to post your answer.