New Windows CardSpace Sample: SimpleSTS
I've added a new Simple STS sample to the Windows CardSpace community website at : https://cardspace.netfx3.com/files/38/default.aspx .
This should let everyone start building managed card support with a proof-of-concept STS.
https://cardspace.netfx3.com/files/folders/samples-july-ctp/entry5204.aspx
g |
Garrett Serack | Program Manager |Federated Identity Team | Microsoft Corporationblog:https://blogs.msdn.com/garretts |
Comments
- Anonymous
August 22, 2006
I have built and run your Simple STS, however Cardspace cannot contact the STS when I select the managed card. I have similar errors when trying to contact an STS I created on my own. The event log says that the "Identity provider endpoint was not found". Do you have any idea what could be the problem? When I look at the trace log for my STS there is an error that says something to the effect that there is no channel that can handle a message with action http://.../RST/Issue. Do I have something configured incorrectly? - Anonymous
August 22, 2006
Aw Fudge!
I forgot to include the clearing and setting of the SSL Certificate for the port.
I'm updating the zip file right now, and I'll post a new one, but all you need is the httpcfg.exe (from the SDK) and run this:
httpcfg set ssl -i 0.0.0.0:7001 -h "d47de657fa4902555902cb7f0edd2ba9b05debb8" - Anonymous
August 22, 2006
It's been a long time coming, but Garrett Serack, Community PM for CardSpace has just published a Simple...