Cross Domain Authentication
Posted
by gnosio
on Stack Overflow
See other posts from Stack Overflow
or by gnosio
Published on 2009-06-26T06:15:04Z
Indexed on
2010/04/24
16:23 UTC
Read the original article
Hit count: 182
I am Curious about how cross domain authentication work? for example. To sign into Orkut.com you need to to sign in via Google.com. So the authentication happens at Google.com and it sets the cookie. So my question now is how does Orkut.com able to read this cookie or authenticate the user with no other information ?
What can possibly go wrong?
© Stack Overflow or respective owner