<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>SharpSTS</title><link>http://www.codeplex.com/sharpSTS/Project/ProjectRss.aspx</link><description>sharpSTS is a C&amp;#35; library for developing Information Card Security Token Servers.</description><item><title>Source code checked in, #11650</title><link>http://www.codeplex.com/sharpSTS/SourceControl/ListDownloadableCommits.aspx</link><description>Removing unneeded namespace</description><author>blowdart</author><pubDate>Sat, 05 Jul 2008 14:59:32 GMT</pubDate><guid isPermaLink="false">Source code checked in, #11650 20080705025932P</guid></item><item><title>Source code checked in, #11649</title><link>http://www.codeplex.com/sharpSTS/SourceControl/ListDownloadableCommits.aspx</link><description>Creating Trunk Folder in preparation for 1.0 branch</description><author>blowdart</author><pubDate>Sat, 05 Jul 2008 14:55:09 GMT</pubDate><guid isPermaLink="false">Source code checked in, #11649 20080705025509P</guid></item><item><title>Source code checked in, #11648</title><link>http://www.codeplex.com/sharpSTS/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>blowdart</author><pubDate>Sat, 05 Jul 2008 14:53:09 GMT</pubDate><guid isPermaLink="false">Source code checked in, #11648 20080705025309P</guid></item><item><title>Source code checked in, #11647</title><link>http://www.codeplex.com/sharpSTS/SourceControl/ListDownloadableCommits.aspx</link><description>Removal of FXCop errors. Seperation of sample membership provider to its own project.</description><author>blowdart</author><pubDate>Sat, 05 Jul 2008 14:50:50 GMT</pubDate><guid isPermaLink="false">Source code checked in, #11647 20080705025050P</guid></item><item><title>Source code checked in, #11646</title><link>http://www.codeplex.com/sharpSTS/SourceControl/ListDownloadableCommits.aspx</link><description>Changed min length to 0</description><author>blowdart</author><pubDate>Sat, 05 Jul 2008 14:16:30 GMT</pubDate><guid isPermaLink="false">Source code checked in, #11646 20080705021630P</guid></item><item><title>Source code checked in, #11558</title><link>http://www.codeplex.com/sharpSTS/SourceControl/ListDownloadableCommits.aspx</link><description>Added validators.</description><author>blowdart</author><pubDate>Sun, 29 Jun 2008 14:12:52 GMT</pubDate><guid isPermaLink="false">Source code checked in, #11558 20080629021252P</guid></item><item><title>Source code checked in, #11538</title><link>http://www.codeplex.com/sharpSTS/SourceControl/ListDownloadableCommits.aspx</link><description>Changed to share exceptions and checks on certificates.</description><author>blowdart</author><pubDate>Fri, 27 Jun 2008 07:35:01 GMT</pubDate><guid isPermaLink="false">Source code checked in, #11538 20080627073501A</guid></item><item><title>Source code checked in, #11537</title><link>http://www.codeplex.com/sharpSTS/SourceControl/ListDownloadableCommits.aspx</link><description>Removed static constructor, moved certificate check to the Open&amp;#40;&amp;#41; method to avoid exceptions in a constructor</description><author>blowdart</author><pubDate>Fri, 27 Jun 2008 06:15:58 GMT</pubDate><guid isPermaLink="false">Source code checked in, #11537 20080627061558A</guid></item><item><title>Source code checked in, #11536</title><link>http://www.codeplex.com/sharpSTS/SourceControl/ListDownloadableCommits.aspx</link><description>Removing static constructor for performance.</description><author>blowdart</author><pubDate>Fri, 27 Jun 2008 05:47:42 GMT</pubDate><guid isPermaLink="false">Source code checked in, #11536 20080627054742A</guid></item><item><title>Source code checked in, #11503</title><link>http://www.codeplex.com/sharpSTS/SourceControl/ListDownloadableCommits.aspx</link><description>Added token validity configuration setting&amp;#59; which defaults to 20 minutes.</description><author>blowdart</author><pubDate>Tue, 24 Jun 2008 10:17:55 GMT</pubDate><guid isPermaLink="false">Source code checked in, #11503 20080624101755A</guid></item><item><title>New Post: Database methods and events</title><link>http://www.codeplex.com/sharpSTS/Thread/View.aspx?ThreadId=30052</link><description>&lt;div style="line-height: normal;"&gt;OK now I have some time (*grin*) I'm approaching this again.&lt;br&gt;
&lt;br&gt;
As I see it I/we need the following basic operations&lt;br&gt;
&lt;ul&gt;
    &lt;li&gt;get new card identifier for user/authentication method&lt;/li&gt;
    &lt;li&gt;attach card identifier to user/authentication method &lt;em&gt;(these first two are obviously linked; but to my mind need to be separated)&lt;/em&gt;&lt;/li&gt;
    &lt;li&gt;revoke card identifier&lt;/li&gt;
    &lt;li&gt;revoke all cards for user&lt;/li&gt;
&lt;/ul&gt;
Claim population is outside the STS scope and will be down to your implementation of your web site.&lt;br&gt;
&lt;br&gt;
In addition there will be the following events (and I'm still not sure
of the best way to do this; an autoevent wireup would be lovely, but
probably overkill and needs some hokey reflection)&lt;br&gt;
&lt;ul&gt;
    &lt;li&gt;LoggingIn&lt;/li&gt;
    &lt;li&gt;LoggedIn&lt;/li&gt;
    &lt;li&gt;LoginError&lt;/li&gt;
    &lt;li&gt;RSTRecieved&lt;/li&gt;
    &lt;li&gt;RSTParsingError&lt;/li&gt;
    &lt;li&gt;TokenIssued&lt;/li&gt;
    &lt;li&gt;TokenIssueError&lt;/li&gt;
&lt;/ul&gt;
Does anyone think we need anything else?
&lt;/div&gt;</description><author>blowdart</author><pubDate>Sat, 21 Jun 2008 07:33:26 GMT</pubDate><guid isPermaLink="false">New Post: Database methods and events 20080621073326A</guid></item><item><title>Source code checked in, #11465</title><link>http://www.codeplex.com/sharpSTS/SourceControl/ListDownloadableCommits.aspx</link><description>Added demands for full trust, because WCF &amp;#34;needs&amp;#34; it.</description><author>blowdart</author><pubDate>Fri, 20 Jun 2008 17:01:49 GMT</pubDate><guid isPermaLink="false">Source code checked in, #11465 20080620050149P</guid></item><item><title>Source code checked in, #11459</title><link>http://www.codeplex.com/sharpSTS/SourceControl/ListDownloadableCommits.aspx</link><description>Correct all StyleCop warnings. Added some more documentation. Removed some unused code and constants.</description><author>blowdart</author><pubDate>Fri, 20 Jun 2008 10:25:14 GMT</pubDate><guid isPermaLink="false">Source code checked in, #11459 20080620102514A</guid></item><item><title>Created Issue: Add extra checks to make sure the assertion ID is unique</title><link>http://www.codeplex.com/sharpSTS/WorkItem/View.aspx?WorkItemId=2308</link><description>Maybe allow configuration prefix as well.&lt;br /&gt;</description><author>blowdart</author><pubDate>Tue, 10 Jun 2008 09:59:39 GMT</pubDate><guid isPermaLink="false">Created Issue: Add extra checks to make sure the assertion ID is unique 20080610095939A</guid></item><item><title>CREATED FEATURE: Add support for multiple authentication types during card issuing</title><link>http://www.codeplex.com/sharpSTS/WorkItem/View.aspx?WorkItemId=2204</link><description>See http&amp;#58;&amp;#47;&amp;#47;blogs.msdn.com&amp;#47;card&amp;#47;archive&amp;#47;2008&amp;#47;05&amp;#47;20&amp;#47;backing-a-managed-card-with-alternate-credentials.aspx for details.&lt;br /&gt;</description><author>blowdart</author><pubDate>Tue, 20 May 2008 05:00:38 GMT</pubDate><guid isPermaLink="false">CREATED FEATURE: Add support for multiple authentication types during card issuing 20080520050038A</guid></item><item><title>NEW POST: Securing a WCF service w/ wsFederationBinding and STS</title><link>http://www.codeplex.com/sharpSTS/Thread/View.aspx?ThreadId=27647</link><description>&lt;div style="line-height: normal;"&gt;chicken &amp;lt;g&amp;gt;.&lt;br&gt;
&lt;br&gt;
I've posted to the WCF forum on MSDN, but I never seem to get responses to my posts, so I thought I'd try here as well. &lt;br&gt;
&lt;br&gt;
May Dominick can offer some insight. &lt;br&gt;
&lt;/div&gt;</description><author>wtfChris</author><pubDate>Wed, 14 May 2008 17:11:00 GMT</pubDate><guid isPermaLink="false">NEW POST: Securing a WCF service w/ wsFederationBinding and STS 20080514051100P</guid></item><item><title>NEW POST: Securing a WCF service w/ wsFederationBinding and STS</title><link>http://www.codeplex.com/sharpSTS/Thread/View.aspx?ThreadId=27647</link><description>&lt;div style="line-height: normal;"&gt;Pass. The selector takes care of it in an infocard scenario; and that's all I'm catering to here *grin* You could ask on the WCF forums I guess, it's not an infocard issue as far as I can see.&lt;br&gt;
&lt;/div&gt;</description><author>blowdart</author><pubDate>Wed, 14 May 2008 14:57:25 GMT</pubDate><guid isPermaLink="false">NEW POST: Securing a WCF service w/ wsFederationBinding and STS 20080514025725P</guid></item><item><title>NEW POST: Securing a WCF service w/ wsFederationBinding and STS</title><link>http://www.codeplex.com/sharpSTS/Thread/View.aspx?ThreadId=27647</link><description>&lt;div style="line-height: normal;"&gt;How does this work when I'm not using infocards?  The issuer uri is specified as part of the binding configuration of the service being secured.  When the client proxy is generated for that service, where will it get the uri for the sts?  and assuming we have multiple endpoints for different auth. mechanisms (u/p, cert, biometric, etc) which endpoint for the Issue operation will it generate?&lt;br&gt;
&lt;br&gt;
Am I conceptually misunderstanding something here?&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>wtfChris</author><pubDate>Wed, 14 May 2008 13:13:00 GMT</pubDate><guid isPermaLink="false">NEW POST: Securing a WCF service w/ wsFederationBinding and STS 20080514011300P</guid></item><item><title>NEW POST: Securing a WCF service w/ wsFederationBinding and STS</title><link>http://www.codeplex.com/sharpSTS/Thread/View.aspx?ThreadId=27647</link><description>&lt;div style="line-height: normal;"&gt;Issuer != Endpoint.&lt;br&gt;
&lt;br&gt;
Issuer is part of the card metadata, the selector will allow use of the cards which match the specified issuer URI. When a card is selected which matches that issuer the selector then reads the endpoint information from the card and goes off to ask for a token from the endpoint embedded in the card.&lt;br&gt;
&lt;/div&gt;</description><author>blowdart</author><pubDate>Wed, 14 May 2008 04:29:14 GMT</pubDate><guid isPermaLink="false">NEW POST: Securing a WCF service w/ wsFederationBinding and STS 20080514042914A</guid></item><item><title>NEW POST: Securing a WCF service w/ wsFederationBinding and STS</title><link>http://www.codeplex.com/sharpSTS/Thread/View.aspx?ThreadId=27647</link><description>&lt;div style="line-height: normal;"&gt;I'm confused. &lt;br&gt;
&lt;br&gt;
If the issuer uri isn't the endpoint address of the sts endpoint, how is the correct sts endpoint discovered?  If all the STS requests go to the same endpoint, what does the routing to ensure that RST's with u/p creds go to the u/p endpoint, and RST's with self-issued tokens go to the SelfIssuedSamlToken endpoint?&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>wtfChris</author><pubDate>Tue, 13 May 2008 23:21:54 GMT</pubDate><guid isPermaLink="false">NEW POST: Securing a WCF service w/ wsFederationBinding and STS 20080513112154P</guid></item></channel></rss>