LiveID control hosted within IFRAME
<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!

