How do I implement SAML 2.0 in a WCF Client?

Posted by Tone on Stack Overflow See other posts from Stack Overflow or by Tone
Published on 2010-05-27T02:40:06Z Indexed on 2010/05/27 2:41 UTC
Read the original article Hit count: 223

Filed under:
|

I need to implement SAML 2.0 for a WCF client that is talking to a java web service (Glassfish). I know very little about SAML, and after a bit of searching here (and elsewhere) I do not find much about how to implement with WCF. Since WCF abstracts you away from the SOAP layer how can I add SAML assertions to the SOAP header? Will a 3rd party tool like ComponentSpace work best? Or should I roll my own? Other advice?

© Stack Overflow or respective owner

Related posts about wcf

Related posts about saml