Skildring
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
Installasjon
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.
Vanlege spm.
- 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
Omtalar
There are no reviews for this plugin.
Bidragsytarar og utviklarar
“wp-sso-client” is open source software. The following people have contributed to this plugin.
ContributorsOmset “wp-sso-client” til ditt eige språk.
Interested in development?
Les kjeldekoden, sjekk SVN-lageret eller abonner på utviklingsloggen med RSS.
Endringslogg
1.0
- Inicio del plugin