What are you having issues with? Please provide more detail.
Thanks!
I have installed Plugin…
Now how to setup on Server and Client?
In order to use WP Oauth Server you need to create a client in WP OAuth Server.
1. Create a client in WP OAuth Server and note the client id and secret.
2. Install https://wordpress.org/plugins/single-sign-on-client/ on your other WordPress site and configure it using the client id and secret.
It is that simple. If you need to connect other things and you are having issue with this type of setup, I recommend brushing up on OAuth 2 and the concepts. You can find all the information you need at https://tools.ietf.org/html/rfc6749.
I hhave installed server on sub domain…. is it OK?
Yup. You should not have any issues with a sub-domain.
Hello Justin,
I have done every thing…
But, I have 2 issues…
1. Registered users on Client are not displaying in server site…
2. as users registered are not displaying in server… so registered users are unable to login using sso.
Ok.
Please check to ensure that you are not using a multisite version of WordPress. You can use a subdomain setup but not multisite. We currently do not support it (soon will). Support for multisite only works for the main site.
If you are using a normal site, ensure that the DB tables are installed correctly and that the client exist in the tables.
Thanks
Can you check it…??
as Its normal site… and it seems everything ok..
but issue is same…
We are unable to offer access to your site here.
Is you DB type MySQL? Only MySQL is supported.
I am using MySQL (InnoDB) only….