Re: Basic Live ID question
nr2ae
I'm not sure about real-world Live ID/ .NET Password enabled site. So far I just have to click Sign In again without entering any credential. For example, I sign in to this Forum, then I go to msn.com. msn.com will display a Sign In button. When I click it, it became a Sign Out button instantly.
However, according to the C# sample in "Windows Live ID Web Authentication Preview", it doesn't work.
What I discovered is that: If the user has logged in to Live in the first site and then visit the second site for the first time, the Live IFRAME display the logout link, but the web application doesn't realized that.
It will say "Welcome to the AuthLite ....", not "Thanks for signing in. Your user ID is ....."
This is not surprising, since Live never sent the current userid to the second site. The only way to make the second site realize is to log out and log in again, which will make Live send the userid to the second site. But this is very inconvenient, of course.
So, if any of Live ID SDK writter is reading this, do you know how to fix this