Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Google Sign In problem
chadvonnau
New
Having an issue with Google Sign In. I just updated to Vanilla 2.0.18.4 and when I tested Google Sign In, I get the following error from Google:
Error: invalid_request
Error in parsing the OpenID auth request.
This is the URL that produces the error:
Google Sign In used to work before I updated Vanilla. Twitter and FB login are still working. Wondering if anyone else was having the same problem or had any ideas what might be causing this. All the axschema.org's seem fishy to me, but I'm not really sure what a properly formatted URL is supposed to look like.
Tagged:
0
Comments
Yes same problem here on a clean new install??
Any help would be appreciated.
I removed the s from the https and the page to login loaded fine... get the new openid.php from:
http://gitorious.org/lightopenid/lightopenid/blobs/7f521a781463fe7ac341be633861fc2435180858/openid.php
and name it class.lightopenid.php
Then modify line 7 from:
$this->trustRoot = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' . $_SERVER['HTTP_HOST'];
to:
$this->trustRoot = 'http://' . $_SERVER['HTTP_HOST'];
to solve the Google error for Page requested is invalid.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌