Simple STS Update
A couple of minor glitches in the Simple STS Sample:
Errata #1:
if you downloaded the sample before 8:30PM PST AUG 21 2006, there is one little error:
In the Sample.htm file in the website\cardspace directory, the object tag should read:
<object type="application/x-informationcard" name="_xmlToken">
<param name="tokenType" value="urn:oasis:names:tc:SAML:1.0:assertion" />
<param name="requiredClaims" value="https://schemas.microsoft.com/ws/2005/05/identity/claims/privatepersonalidentifier" />
</object>
Errata #2:
If you downloaded the sample before 8:30AM PST AUG 22 2006, there script to set the SSL Certificate is missing:
httpcfg
set ssl -i 0.0.0.0:7001 -h "d47de657fa4902555902cb7f0edd2ba9b05debb8"
You may need to get the httpcfg tool from the SDK (or just grab the sample again)
g |
Garrett Serack | Program Manager |Federated Identity Team | Microsoft Corporationblog:https://blogs.msdn.com/garretts |
Comments
- Anonymous
August 22, 2006
It's been a long time coming, but Garrett Serack, Community PM for CardSpace has just published a Simple...