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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

javascript - Get parameter of GET request -

javascript - Twitter Bootstrap - how to add some more margin between tooltip popup and element -