OAuth dance between browser, RQM and RTC
Hi,
I have successfully implemented OAuth dance for RQM. However, to get defect data from RTC, do I have to implement OAuth dance for RTC too?
It seems quite inconvenient for user to log in twice, how do I best implement this?
|
Accepted answer
Unfortunately, you have to authenticate with both RQM and RTC applications separately.
Rophy Tsai selected this answer as the correct answer
|
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.
Comments
Can you elaborate a bit more? Specially, what is your application trying to do and what HTTP client are you using?
Backgroud: I want to develop a web app which displays RQM data, authenticating with OAuth. App is developed with node.js / jQuery.