Matthias Niederhausen created WOOKIE-381:
--------------------------------------------

             Summary: oAuth feature does not work for Google APIs
                 Key: WOOKIE-381
                 URL: https://issues.apache.org/jira/browse/WOOKIE-381
             Project: Wookie
          Issue Type: Bug
          Components: Feature Management
    Affects Versions: 0.14.0
         Environment: Windows 7, Chrome
            Reporter: Matthias Niederhausen


I tried to authenticate at Google using the oauth feature with the following 
configuration:

        <feature name="http://oauth.net/2"; required="true">
                <param name="clientId" 
value="806655260788.apps.googleusercontent.com" />
                <param name="authzServer" 
value="https://accounts.google.com/o/oauth2/auth"; />
                <param name="scope" value="https://www.google.com/m8/feeds"; />
        </feature>

and starting the process using oAuth.authenticate()
The login popup opens just fine and I can allow the application to access the 
data, but when I get redirected (to wookie?), I get a javascript alert window 
"Error!" and the window closes just afterwards. The error alert prevents me 
from inspecting any closer, but I managed to create a screenshot of the Chrome 
console with the error stacktrace.

--
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

Reply via email to