Topic on Extension talk:GoogleAppsAuthentification

Error with auth request

2
181.29.27.39 (talkcontribs)

Hi, i am getting this error:

Auth request object error. Try again

Is this probably related to the variable in LocalSettings.php, 'GoogleAppsDomain'?? i've set it this way:

$wgDefaultUserOptions['GoogleAppsDomain'] = 'google.com/a/myDomain.com';

Thanks in advance!

This post was posted by 181.29.27.39, but signed as Daniel.SL.

205.251.160.140 (talkcontribs)

The variable 'GoogleAppsDomain' should have the domain you want to allow logins from. e.g. I only want google accounts with domain example.com to login, such as mom@example.com or dad@example.com:

$wgDefaultUserOptions['GoogleAppsDomain'] = 'example.com';

This way, jimmy@gmail.com won't be authenticated.

Reply to "Error with auth request"