Ryan Baxter created SHINDIG-1869:
------------------------------------
Summary: OAuth verifier not being added to requests because of
recent OAuth popup changes
Key: SHINDIG-1869
URL: https://issues.apache.org/jira/browse/SHINDIG-1869
Project: Shindig
Issue Type: Bug
Reporter: Ryan Baxter
Assignee: Dan Dumont
Fix For: 2.5.0, 2.5.0-beta5
I was able to reproduce this with a gadget using OAuth 1.0a. The
OAuthCallbackServlet returns some javascript which calls window.opener...
Before the change to the OAuth popup code window.opener was the gadget window,
however now it is the container. So the variable
gadgets.io.oauthReceivedCallbackUrl_ is never actually set in the gadget
window, only in the container. The oauthReceivedCallbackUrl_ contains
parameters that may be necessary when making requests for resources protected
by oauth and the provider may reject them if they are missing.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira