SharpSTS
There are 3 entries for the tag
SharpSTS
After bashing my head against WCF for a few weeks; and attempting to be too clever for my own good I swallowed my pride and took the lazy route to enabling IIS hosting of SharpSTS. Of course now I have massive guilt about the breaking changes I had to make, but such is the price for being cutting edge. So if you want to add a security token service to your web site, without having to host it inside a windows service or command line application you can. Well, it works for me anyway .... Technorati Tags: SharpSTS
Over the last few days I’ve been working what is basically a demonstration and debugging page for the SharpSTS site to allow people to dynamically build an Information Card object tag, then submit a card to it and see the results. It was problematic to say the least, with a major part of the problem being there is no real documentation about how the object tag is supposed to expose itself to a scripting environment. In order to detect information card support without Firefox bringing up its additional plugin required information bar you cannot embedded an information card object tag...
Dominick and David beat me to the punch; last night I hit the "publish" button on codeplex for SharpSTS; a C# library to allow you to develop Information Card Security Token Services. As with all open source projects there is still a bunch of work to do; as it stands we have a command line STS which should allow you to get started. Well; if you can work out from the source code what you need to do :) Over the coming weeks and months I, as dictator, Dominick Baier and David Christiansen hope to deliver a stable,...