RTC OAuth server not supporting oauth_callback?
Hello,
I'm working on an OAuth client accessing protected resources on a RTC server. Everything works except oauth_callback, as described in RFC5849 (http://tools.ietf.org/html/rfc5849) page 5. I request the temporary credentials with a HTTP request like this (line breaks inserted to approve readability): POST /jazz/oauth-request-token HTTP/1.1 I then get the following response from RTC: HTTP/1.1 200 OK I would have expected a oauth_callback_confirmed=true in the response. Also, when authorizing the request, no redirect to the callback url occurs. Question is, does the RTC OAuth server implement oauth_callback? Bests Regards, //OLof |
One answer
I would have expected a oauth_callback_confirmed=true in the response. Also, when authorizing the request, no redirect to the callback url occurs. At this point it time it does not support this OAuth 1.0a callback support. There is a work item open to track this request: 111745: Support OAuth 1.0a You can add a comment to the work item to indicate your need or elaborate on what you need. |
Your answer
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.