Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

InfoCard

0 views
Skip to first unread message

Ian Boyd

unread,
Feb 17, 2007, 5:51:35 PM2/17/07
to
So i post the html
<html>
<head>
<title>Welcome to Fabrikam</title>
</head>
<body>
<img src='fabrikam.jpg'/>
<form name="ctl00" id="ctl00" method="post"
action="https://www.fabrikam.com/InfoCard-Browser/Main.aspx">
<center>
<img src='infocard.bmp' onClick='ctl00.submit()'/>
<input type="submit" name="InfoCardSignin" value="Log in"
id="InfoCardSignin" />
</center>
<OBJECT type="application/x-informationCard" name="xmlToken">
<PARAM Name="tokenType"
Value="urn:oasis:names:tc:SAML:1.0:assertion">
<PARAM Name="issuer" Value=
"http://schemas.xmlsoap.org/ws/2005/05/identity/issuer/self">
<PARAM Name="requiredClaims" Value=
"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname">
</OBJECT>
</form>
</body>
</html>

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.


0 new messages