multidimension-al / phpbbauth

A Mediawiki extension for phpBB authentication using Auth_remoteuser.
MIT License
5 stars 5 forks source link

Tried to redirect to potentially insecure url. #7

Open ajquick opened 5 years ago

ajquick commented 5 years ago

When directing to a domain that is different from the phpBB installation (such as a subdomain) the phpBB installation can give the following error:

Tried to redirect to potentially insecure url.

This will be a hurdle at needs to be overcome, either by creating a phpBB extension, or by working some magic through the MW installation.

ajquick commented 5 years ago

I am submitting a pull request to the phpBB dev team which will solve this problem of redirects to different domains. It uses the cookie settings to allow redirects to any domain covered under the cookie settings.

Ex. wiki.domain.com & forum.domain.com

phpBB pull request: https://github.com/phpbb/phpbb/pull/5517 phpBB Ticket: https://tracker.phpbb.com/browse/PHPBB3-15945