<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Zulfiqar&#039;s weblog</title>
	<atom:link href="http://zamd.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://zamd.net</link>
	<description>WCF/WF/AppFabric &#38; random .Net stuff</description>
	<lastBuildDate>Tue, 21 Feb 2012 11:57:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on ExtractSAMLAssertion by zamd</title>
		<link>http://zamd.net/2010/03/10/extractsamlassertion/#comment-502</link>
		<dc:creator><![CDATA[zamd]]></dc:creator>
		<pubDate>Tue, 21 Feb 2012 11:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://zuahmed.wordpress.com/2010/03/10/extractsamlassertion/#comment-502</guid>
		<description><![CDATA[EncryptedKeyResolver should do that job.]]></description>
		<content:encoded><![CDATA[<p>EncryptedKeyResolver should do that job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deploying Umbraco to Windows Azure by zamd</title>
		<link>http://zamd.net/2012/01/27/deploying-umbraco-to-windows-azure/#comment-501</link>
		<dc:creator><![CDATA[zamd]]></dc:creator>
		<pubDate>Tue, 21 Feb 2012 11:16:12 +0000</pubDate>
		<guid isPermaLink="false">https://zuahmed.wordpress.com/?p=372#comment-501</guid>
		<description><![CDATA[4.7.1]]></description>
		<content:encoded><![CDATA[<p>4.7.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deploying Umbraco to Windows Azure by mischievousOne</title>
		<link>http://zamd.net/2012/01/27/deploying-umbraco-to-windows-azure/#comment-497</link>
		<dc:creator><![CDATA[mischievousOne]]></dc:creator>
		<pubDate>Thu, 16 Feb 2012 21:39:39 +0000</pubDate>
		<guid isPermaLink="false">https://zuahmed.wordpress.com/?p=372#comment-497</guid>
		<description><![CDATA[Which version of Umbraco?]]></description>
		<content:encoded><![CDATA[<p>Which version of Umbraco?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ExtractSAMLAssertion by CRudolphi</title>
		<link>http://zamd.net/2010/03/10/extractsamlassertion/#comment-491</link>
		<dc:creator><![CDATA[CRudolphi]]></dc:creator>
		<pubDate>Mon, 13 Feb 2012 14:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://zuahmed.wordpress.com/2010/03/10/extractsamlassertion/#comment-491</guid>
		<description><![CDATA[Hi Zulfiqar,
Thanks for posting very useful information.  
I&#039;m using WIF with ACS2.0. I&#039;ve tried your approach but found that I had to pass the InnerXml instead of the OuterXml in this line of code:
   var sr = new StringReader(token.TokenXml.OuterXml);
when using the OuterXML, the TokenHandler complained about the XML not being positioned on an EncryptedData element.  Otherwise, works great!

One question for you: If one wanted to support that the STS might have used one of several certificates to encrypt the token (say because of certificate expiration you wanted to allow for some operational grace period in which it might be possible that the STS would use either an older or a newer certificate); would it become the responsibility of the EncryptedKeyResolver to identify which certificate was used (from the KeyIdentifierClause)?  Or would one simply add multiple EncryptedSecurityTokenHandlers to the token handling collection?]]></description>
		<content:encoded><![CDATA[<p>Hi Zulfiqar,<br />
Thanks for posting very useful information.<br />
I&#8217;m using WIF with ACS2.0. I&#8217;ve tried your approach but found that I had to pass the InnerXml instead of the OuterXml in this line of code:<br />
   var sr = new StringReader(token.TokenXml.OuterXml);<br />
when using the OuterXML, the TokenHandler complained about the XML not being positioned on an EncryptedData element.  Otherwise, works great!</p>
<p>One question for you: If one wanted to support that the STS might have used one of several certificates to encrypt the token (say because of certificate expiration you wanted to allow for some operational grace period in which it might be possible that the STS would use either an older or a newer certificate); would it become the responsibility of the EncryptedKeyResolver to identify which certificate was used (from the KeyIdentifierClause)?  Or would one simply add multiple EncryptedSecurityTokenHandlers to the token handling collection?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Web Services Federation with ACS v2 by zamd</title>
		<link>http://zamd.net/2010/10/05/web-services-federation-with-acs-v2/#comment-481</link>
		<dc:creator><![CDATA[zamd]]></dc:creator>
		<pubDate>Wed, 25 Jan 2012 18:45:57 +0000</pubDate>
		<guid isPermaLink="false">https://zuahmed.wordpress.com/?p=262#comment-481</guid>
		<description><![CDATA[Hi Dan, 

IssueToken endpoint accepts a SAML token issued by a &lt;em&gt;trusted issuer&lt;/em&gt;. You can add your custom SAML issuer&#039;s(aka STS) signing cert to ACS to establish the required trust relationship.

HTH,
Zulfiqar]]></description>
		<content:encoded><![CDATA[<p>Hi Dan, </p>
<p>IssueToken endpoint accepts a SAML token issued by a <em>trusted issuer</em>. You can add your custom SAML issuer&#8217;s(aka STS) signing cert to ACS to establish the required trust relationship.</p>
<p>HTH,<br />
Zulfiqar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DataContract Serializer and IsReference property by C# &#124; Pearltrees</title>
		<link>http://zamd.net/2008/05/20/datacontract-serializer-and-isreference-property/#comment-480</link>
		<dc:creator><![CDATA[C# &#124; Pearltrees]]></dc:creator>
		<pubDate>Tue, 24 Jan 2012 19:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://zuahmed.wordpress.com/2008/05/20/datacontract-serializer-and-isreference-property/#comment-480</guid>
		<description><![CDATA[[...] DataContract Serializer and IsReference property « Zulfiqar&#039;s weblog [...]]]></description>
		<content:encoded><![CDATA[<p>[...] DataContract Serializer and IsReference property « Zulfiqar&#039;s weblog [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DataContract Serializer and IsReference property by SKETSA</title>
		<link>http://zamd.net/2008/05/20/datacontract-serializer-and-isreference-property/#comment-479</link>
		<dc:creator><![CDATA[SKETSA]]></dc:creator>
		<pubDate>Mon, 23 Jan 2012 00:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://zuahmed.wordpress.com/2008/05/20/datacontract-serializer-and-isreference-property/#comment-479</guid>
		<description><![CDATA[&lt;strong&gt;SKETSA...&lt;/strong&gt;

[...]DataContract Serializer and IsReference property &#171; Zulfiqar&#039;s weblog[...]...]]></description>
		<content:encoded><![CDATA[<p><strong>SKETSA&#8230;</strong></p>
<p>[...]DataContract Serializer and IsReference property &laquo; Zulfiqar&#039;s weblog[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Web Services Federation with ACS v2 by Dan</title>
		<link>http://zamd.net/2010/10/05/web-services-federation-with-acs-v2/#comment-478</link>
		<dc:creator><![CDATA[Dan]]></dc:creator>
		<pubDate>Wed, 18 Jan 2012 15:12:27 +0000</pubDate>
		<guid isPermaLink="false">https://zuahmed.wordpress.com/?p=262#comment-478</guid>
		<description><![CDATA[Hi!  This is a great post.  It really helps how you go through all the steps as if one is figuring stuff out and getting errors along the way.

What sort of tokens does the IssuedToken endpoint accept?  If Google, LiveID, or Yahoo offered active endpoints, I assume one could then use this IssuedToken endpoint to feed in the token to get a transformed ACS token.  To my knowledge I don&#039;t think they offer active endpoints.

Will the IssedToken endpoint accept any token that is signed with a symmetric key that is specified in the ACS portal?  If so (or if not), how would it be possible to solely use WS-Trust (not web-based federation), take some Google credentials, for example, and end up with a good valid wholesome ACS token?]]></description>
		<content:encoded><![CDATA[<p>Hi!  This is a great post.  It really helps how you go through all the steps as if one is figuring stuff out and getting errors along the way.</p>
<p>What sort of tokens does the IssuedToken endpoint accept?  If Google, LiveID, or Yahoo offered active endpoints, I assume one could then use this IssuedToken endpoint to feed in the token to get a transformed ACS token.  To my knowledge I don&#8217;t think they offer active endpoints.</p>
<p>Will the IssedToken endpoint accept any token that is signed with a symmetric key that is specified in the ACS portal?  If so (or if not), how would it be possible to solely use WS-Trust (not web-based federation), take some Google credentials, for example, and end up with a good valid wholesome ACS token?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DataContract Serializer and IsReference property by implantar crm</title>
		<link>http://zamd.net/2008/05/20/datacontract-serializer-and-isreference-property/#comment-477</link>
		<dc:creator><![CDATA[implantar crm]]></dc:creator>
		<pubDate>Fri, 23 Dec 2011 23:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://zuahmed.wordpress.com/2008/05/20/datacontract-serializer-and-isreference-property/#comment-477</guid>
		<description><![CDATA[&lt;strong&gt;implantar crm...&lt;/strong&gt;

[...]DataContract Serializer and IsReference property &#171; Zulfiqar&#039;s weblog[...]...]]></description>
		<content:encoded><![CDATA[<p><strong>implantar crm&#8230;</strong></p>
<p>[...]DataContract Serializer and IsReference property &laquo; Zulfiqar&#039;s weblog[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Forms Auth &amp; Federated Security (part 2) by zamd</title>
		<link>http://zamd.net/2009/04/25/forms-auth-federated-security-part-2/#comment-476</link>
		<dc:creator><![CDATA[zamd]]></dc:creator>
		<pubDate>Fri, 23 Dec 2011 15:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://zuahmed.wordpress.com/2009/04/25/forms-auth-federated-security-part-2/#comment-476</guid>
		<description><![CDATA[Hi, 
When there isn&#039;t enough information on how to acquire a token (e.g. STS binding or URL is missing), the IssueTokenProvider launches the CS selector and asks it for token issuance. Please make sure required information is passed to IssuedSecurityTokenProvider....]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
When there isn&#8217;t enough information on how to acquire a token (e.g. STS binding or URL is missing), the IssueTokenProvider launches the CS selector and asks it for token issuance. Please make sure required information is passed to IssuedSecurityTokenProvider&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
