Amanda 123
Say I write a web application that requires LiveID signin. This web application should be hosted within another web application as IFRAME. Something along the following lines:
<body>
<iframe src="http://www.mydomain.com/liveidauth.aspx" ></iframe>
</body>
Is this possible
It appears that this is not possible due to the way redirects work. After signing in, I am not back within the IFRAME, but in a new window.
Thank you!