forked from voceconnect/wp-multisite-sso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
44 lines (29 loc) · 1.82 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
=== WP Multisite SSO ===
Contributors: voceplatforms, smccafferty
Tags: wp-multisite-sso, sso, login, logout, multisite, domain mapped, authenticate, authentication
Requires at least: 4.0
Tested up to: 4.9.5
Stable tag: 1.1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
== Description ==
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.
Please refer to full documentation at https://github.com/voceconnect/wp-multisite-sso/wiki.
== Installation ==
Please refer to full installation instructions at https://github.com/voceconnect/wp-multisite-sso/wiki.
== Frequently Asked Questions ==
If you have any issues with this plugin, please log them at the Github repo for this plugin.
This is done to centralize our issues and make sure nothing goes unnoticed.
The URL to log an issue is https://github.com/voceconnect/wp-multisite-sso/issues.
See Frequently Asked Questions here: https://github.com/voceconnect/wp-multisite-sso/wiki/Frequently-Asked-Questions.
== Screenshots ==
1. Plugin name and description
2. SSO Login Page
3. SSO Settings Page
== Changelog ==
Please refer to full changelog at https://github.com/voceconnect/wp-multisite-sso/releases.