WordPress MS Proxied Authentication

Allows remote login of a proxied MS site.

Author:Ryan Lee (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.0.5
Plugin version:1.0
Added to WordPress repository:05-08-2010
Last updated:05-08-2010
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://voccs.com/software/wordpress/wpmu-prox...
Total downloads:610
plugin download
Click to start download

This plugin is for WordPress MS. WPMS Proxied Authentication allows a site administrator to incorporate the last mile of proxying their site from a different domain by adding to the cookies sent back for a successful login to take the proxying domain and path into account.

If you intend to serve several different domains and possibly subdirectories of those domains from one WPMS installation beyond a simple DNS pointer, you will need to use proxying, a commonly used server configuration that can mask the origin of a site from the browser. Out of the box, WPMS will not accept this setup for security purposes; login authentication is achieved through cookies that are specifically set for the domain WPMS runs on itself, and so logging in to the proxied site will always fail. WPMS Proxied Authentication adds cookies for the proxied site.

For example, if you have WPMS installed at http://wpms.example.org/ with a subdomain at http://subs.wpms.example.org/, but you want to display and interact with that site at http://subs.example.net/site/, WPMS Proxied Authentication will help you do so.

The plugin was developed with WordPress MS set up for subdomains, not subdirectories, but it should work with either mode. Feedback is welcome.