I have 3 webapps each running on different domains under CORS-enabled Tomcat 7 distribution. How do I use CORS to authenticate a user on all 3 domain without having to type their {username,password} 3 times?
Currently the user has to retype their credentials 3 times for data to appear from each of the 3 domains.
I have read through this post , but it seems like this person is authenticating to only 1 domain (bavarians).