Page MenuHomePhabricator

GoogleLogin does not use the correct redirect url
Closed, InvalidPublic

Description

When using multiple sites as a wiki family it appears that GoogleLogin does not use the correct URL for each site. This returns the wrong site (not the site the request was initiated from):

SpecialPage::getTitleFor( 'GoogleLoginReturn' )->getFullURL( '', false, PROTO_CURRENT )

as well as this:

SpecialPage::getTitleFor( 'Userlogin' )->getLocalURL();

And I think somewhere else that I haven't found in the extension. The wiki is working otherwise, so I'm not sure why this would return the wrong result?

Event Timeline

Tr00j00 claimed this task.

Please disregard - this was a configuration issue.

Aklapper changed the task status from Resolved to Invalid.Oct 10 2022, 10:06 AM
Aklapper removed Tr00j00 as the assignee of this task.