projects / org / ezpublishlegacy / nxc_sso
Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
nxc_sso | eZ Publish Legacy | stable |
Version | Compatible with |
---|---|
N/A | N/A |
OVERVIEW
Provides an ability to log users in once and gains access to all domains/sites without being prompted to log in again at each of them.
REQUIREMENTS
INSTALLATION
Firstly need to activate extensions.
settings/override/site.ini.append.php:
[ExtensionSettings]
...
ActiveExtensions[]=nxc_tools
ActiveExtensions[]=nxc_sso
After that generate autoloads
$ php ./bin/php/ezpgenerateautoloads.php -e
HOW IT WORKS
There are master site and few slaves.
For example, master.com, slave1.com and slave2.com
So flow would be:
Or
In this case need to handle GET variable redirect_url in user/login.tpl
like: