Skip to content
Sean McCafferty edited this page Jan 27, 2015 · 1 revision

WP Multisite SSO

Single sign on for a multisite WordPress implementation. Users are authenticated for all sites across the network. This plugin is best used within a domain mapped environment where the normal domain authentication cookie would not apply. Uses internal WordPress authentication functions, including maintaining the use of the standard WordPress login page, to authenticate the user across the network.

Settings to customize the SSO login/logout loading page by inheriting the default WordPress login page CSS, custom login page CSS included in theme or even specifying CSS.

IMPORTANT: In order for this plugin to work properly, it MUST BE network enabled. The web server also needs to support JSONP requests.

Installation

User must be a network administrator

  1. Upload entire wp-multisite-sso directory to the /wp-content/plugins/ directory
  2. Navigate to the WordPress Network administration
  3. Network Activate the plugin through the 'Plugins' menu in WordPress

Screenshots

Export Screen

  1. Plugin name and description

Export Screen
2. SSO Login page

Export Screen
3. SSO Settings page

Clone this wiki locally