from http://msdn2.microsoft.com/en-us/library/aa480726.aspx into a .html
page, browse to it, and nothing pops up.
So i try pasting
<FORM method="post"
action="https://www.fabrikam.com/Main.aspx" >
<input type="submit" name="InfoCardSignin" value="Log in"
id="InfoCardSignin" />
<OBJECT type="application/infocard" name="xmlToken">
<PARAM Name="tokenType"
Value="urn:oasis:names:tc:SAML:1.0:assertion">
<PARAM Name="issuer"
Value="http://schemas.microsoft.com/.../issuer/self">
<PARAM Name="requiredClaims"
Value="http://schemas.microsoft.com/.../emailaddress"
</OBJECT>
</FORM>
from http://blogs.msdn.com/andyhar/archive/2006/02/20/535333.aspx into a
.html file and browse to it, and nothing pops up.