Title: SSO
Last modified: August 21, 2016

---

# SSO

 *  Resolved [marjorios](https://wordpress.org/support/users/marjorios/)
 * (@marjorios)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/sso/)
 * Hi
    I have a Site that include subdomains,each subdomain required users to sign
   in to post a listing. I have istalled Super Socializer and was working great!!!
   for all sites, then I inplemented SSO, the registration pages and sign in works
   fine, if you register in one site you will be registered across all the sites
   and if you sign in in one site you will be in the other sites. Since I inplemented
   this, Super Socializer doe no do anything, when someone try to sign in just loop
   around waiting and waiting.I notice that the app registration take place because
   if i go to facebook I see it in my apps. I have removed the plugin from all sites
   and the installed once again, and same thing. I have left the plugin installed
   on the main site to see if you can help me o can address the issue. my web site
   is:[onlinenicas.com](http://www.onlinenicas.com) go to [Mi cuenta](http://www.onlinenicas.com/mi-cuenta/)
   to sign in. This is not a multisite wp install, they are stand alone sites that
   shares users table. Thanks in advanve, I must say Super Socializer is great, 
   only that I can’t do the inplementation with my new website configuration.
 * [https://wordpress.org/plugins/super-socializer/](https://wordpress.org/plugins/super-socializer/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [Rajat Varlani](https://wordpress.org/support/users/the_champ/)
 * (@the_champ)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/sso/#post-5125637)
 * > Since I inplemented this, Super Socializer doe no do anything, when someone
   > try to sign in just loop around waiting and waiting
 * Can you provide some details regarding how you implemented this as this is due
   to the changes you may have made.
 *  Thread Starter [marjorios](https://wordpress.org/support/users/marjorios/)
 * (@marjorios)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/sso/#post-5125641)
 * Thanks for your prompt attentcion.
    This is what I did:
    - Moved my database to make sure my websites are using the same database each
      one with their own prefix.
    - I changed my wp-config.php.
    - I have followed this instruction:
       [http://jeff.mikels.cc/posts/single-sign-on-for-multiple-wordpress-installations/](http://jeff.mikels.cc/posts/single-sign-on-for-multiple-wordpress-installations/)
      [http://codex.wordpress.org/Editing_wp-config.php#Custom_User_and_Usermeta_Tables](http://codex.wordpress.org/Editing_wp-config.php#Custom_User_and_Usermeta_Tables)
      [http://mikemclin.net/single-users-table-multiple-wordpress-sites/](http://mikemclin.net/single-users-table-multiple-wordpress-sites/)
    - This are the basic changes I did to my wp-config.php file
    - $baseurl = ‘[http://mysite.com&#8217](http://mysite.com&#8217);;
       $cookiehash
      = md5($baseurl); define(‘COOKIEHASH’,$cookiehash); define(‘COOKIE_DOMAIN’,‘.
      mysite.com’); define(‘SITECOOKIEPATH’, COOKIEPATH);
    - define( ‘CUSTOM_USER_TABLE’, ‘table_prefix_users’ );
       define( ‘CUSTOM_USER_META_TABLE’,‘
      table_prefix_usermeta’ );
    - Also all my wp-config.php have the same Authentication Unique Keys and Salts.
      
      And to define user roles for each site I use the plugin:WP-Orphanage Extended
      Now this is working fine if user use my registration and sign in pages, but
      not if they try to sign in using Super Socializer.
 *  Thread Starter [marjorios](https://wordpress.org/support/users/marjorios/)
 * (@marjorios)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/sso/#post-5125710)
 * Update in this issue.
    Users are being registered and logged in acrross sites,
   as long user remain logged in is fine, the lopping issue becomes when they log
   out and try to log in back.
 *  Thread Starter [marjorios](https://wordpress.org/support/users/marjorios/)
 * (@marjorios)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/sso/#post-5125771)
 * Update:
    If cookies are deleted in web browser history, users are able to login
   back. I see this is a cookie releated issue, any advise? please!!!
 *  Thread Starter [marjorios](https://wordpress.org/support/users/marjorios/)
 * (@marjorios)
 * [12 years ago](https://wordpress.org/support/topic/sso/#post-5125850)
 * This issue has been resolved:
 * I changed this:
 * $baseurl = ‘[http://mysite.com&#8217](http://mysite.com&#8217);;
    $cookiehash
   = md5($baseurl); define(‘COOKIEHASH’,$cookiehash); define(‘COOKIE_DOMAIN’, ‘.
   mysite.com’); define(‘SITECOOKIEPATH’, COOKIEPATH); define(‘ADMIN_COOKIE_PATH’,
   COOKIEPATH);
 * To This:
    $baseurl = ‘[http://mysite.com&#8217](http://mysite.com&#8217);; $cookiehash
   = md5($baseurl); define(‘COOKIEHASH’,$cookiehash); define(‘COOKIE_DOMAIN’, ‘.
   mysite.com’); **define(‘COOKIEPATH’, ‘/’);** define(‘SITECOOKIEPATH’, COOKIEPATH);
   define(‘ADMIN_COOKIE_PATH’, COOKIEPATH);
 * Working Fine 🙂
 *  Plugin Author [Rajat Varlani](https://wordpress.org/support/users/the_champ/)
 * (@the_champ)
 * [12 years ago](https://wordpress.org/support/topic/sso/#post-5125863)
 * Glad, you figured it out 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘SSO’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/super-socializer_714345.svg)
 * [Social Share, Social Login and Social Comments Plugin - Super Socializer](https://wordpress.org/plugins/super-socializer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/super-socializer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/super-socializer/)
 * [Active Topics](https://wordpress.org/support/plugin/super-socializer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/super-socializer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/super-socializer/reviews/)

## Tags

 * [SSO](https://wordpress.org/support/topic-tag/sso/)

 * 6 replies
 * 2 participants
 * Last reply from: [Rajat Varlani](https://wordpress.org/support/users/the_champ/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/sso/#post-5125863)
 * Status: resolved