Jump to content

Topic on Extension talk:GoogleLogin/PostAuthManager

Linking or Creating with Google failing

1
2603:3015:1004:1AE0:5565:D601:290A:7FAF (talkcontribs)

Mediawiki version 1.29.1 and current GoogleLogin extension.

require_once "$IP/extensions/GoogleLogin/GoogleLogin.php";

$wgGLSecret = 'Removed for post';

$wgGLAppId = 'Removed for post';

$wgGLAllowedDomains = array('xxxxxxxxxxxxxxxxxx');

$wgGLAllowedDomainsDB = true;

$wgWhitelistRead = array( 'Special:GoogleLoginReturn' );

$wgGroupPermissions['sysop']['managegooglelogindomains'] = true;

$wgShowExceptionDetails = true;

When I attempt to link my wiki account with my google account I get "xxxxxx/index.php/Special:LinkAccounts#" page blank with a 500 error not sure why. Just added to the wiki followed the current instructions run the script the composer update and that it exist on the pages but they all fail in the same way.

Reply to "Linking or Creating with Google failing"