Eric's Blog

Day to day experience in .NET
Welcome to Blogs @ IRM Sign in | Join | Help
 Search

Disclaimer

The content of this site is my own personal opinion and does not in any way represent my employer, it's subsideries or affiliates. These postings are provided "AS IS" with no warranties, and confer no rights.

This Blog

Re-Serialize SAML Token

When creating many services in SOA it's a common scenario that you need the SAML token to flow from one business service to another. The first issue that you will bump into when trying to enable this is that the SamlAssertion class in .NET 3.0 is not re-serializable, but it's fixed in the .NET 3.5. Fortunately there is a really good post "Re-Serialize SAML token" that describes in a step-by-step guide how to solve this issue. One thing that occurs to me when reading this kind of posts is how extensible WCF is.
I only did some small changes to the code described in that post. One of things I did was, as suggested in the first comment, to store the SAML assertion in a string that I could use for re-serializing so that I did not need to use the XmlDocument.
Published den 14 december 2007 17:05 by ericqu

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

 

Erics Blog said:

This post continues where the last one left off. We now have a SAML token that is re-serializable, which

december 18, 2007 16:06

Leave a Comment

(required) 
(optional)
(required) 
Submit
Powered by Community Server, by Telligent Systems