Generating SAML 1.1 Response in .net
Forum topic: Submitted by srikanthgoudb on Thu, 2009-01-22 11:58.
I am a .net developer working on SAML 1.1 for SSO and I have found that I could generate SAML Assertion using the SamlAssertion class in System.IdentityModel.Tokens. But was unable to find a class/object for generating SAML Response.
I mean this class generates SAML Assertion but not the response(<samlp:response>). Is there a class which can generate the saml response,can any of you help me in figuring out this issue as our application needs a saml response to authenticate the user with the saml assertion.
Thanks in Advance.



.NET doesn't (yet) understand SAML Protocol messages
My understanding is that .NET does not currently support the SAML protocol. It only supports the SAML assertion. So it can't generate or parse a SAML request or response, but if it does get a SAML assertion through some other protocol (or want to send one) it can support that.