Single Sign On for one Rails application on many domains -
we having 1 application runs on 1 base domain. application resolves traffic coming, means have multiple domains (www.example.com, www.something.com...), in essence 1 application. 1 of controllers resolves domain name.
problem facing single sign on. how create sso of existing , future domains added. need when user logged on 1 domain, automatically logged on of them. there common practice how fix problem?
any suggestion welcome
chose central place session store active record or memcached. set session secrets same in apps. have implemented this.. works fine.
Comments
Post a Comment