Сүрөттөө
Documentacion completa
https://gitlab.com/wp-sso/wp-sso-client
¿ Afectas a las URL ?
NO
¿ Requiere compartir servidor ?
NO
¿ Requiere compartir DBS ?
NO
¿ como lo hace ?
El cliente incluye un jsonp el cual le entrega la sobre el usuario, el login y un token. Si el usuario no esta registrado en el WP cliente pero esta logueado en el WP servidor, este pide información al servidor, servidor a servidor, enviando el token. Con la información devuelta comprueba si el usuario esta registrado un usuario en el WP cliente, ( si no está lo registra ) y lo loguea
Орнотуу
Editar wp-config.php, agregar
`php
define(‘WP_SSO_SERVER’, ‘home de sitio donde esta instlado wp-sso-server’);
define(‘WP_SSO_SITE_ID’, ‘site id que te da el wp-sso-server’);
define(‘WP_SSO_TOKEN’, ‘token secret que te da el wp-sso-server’);
`
Despues se instala como cualquier plugin
From your WordPress dashboard
- Visit
Plugins > Add New
. - Search for
wp-sso-client
. Find and Installwp-sso-client
. - Activate the plugin from your Plugins page.
FAQ.KG
- Installation Instructions
-
Editar wp-config.php, agregar
`php
define(‘WP_SSO_SERVER’, ‘home de sitio donde esta instlado wp-sso-server’);
define(‘WP_SSO_SITE_ID’, ‘site id que te da el wp-sso-server’);
define(‘WP_SSO_TOKEN’, ‘token secret que te da el wp-sso-server’);
`Despues se instala como cualquier plugin
From your WordPress dashboard
- Visit
Plugins > Add New
. - Search for
wp-sso-client
. Find and Installwp-sso-client
. - Activate the plugin from your Plugins page.
- Visit
Сын-пикирлер
There are no reviews for this plugin.
Contributors & Developers
“wp-sso-client” is open source software. The following people have contributed to this plugin.
МүчөлөрүTranslate “wp-sso-client” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Өзгөртүүлөр
1.0
- Inicio del plugin