Subject: Send Base64 code through SendHttpPost
Date: 2017-11-11 14:36:21
From: Robert Samuel
Source: send-base64-code-sendhttppost
----------------------------------------------------------------------

In the documentation I have I need to send a SamlResponse back to the SP

The code I have which I found is set :

 

samlResponse.SendHttpPost(Response.OutputStream, consumerServiceUrl, targetUrl);

 

In the target URL I have put saml request I get 

 

        public ActionResult SSO(string SAMLRequest)
        {
            string consumerServiceUrl = this._url;
 
            var model = new ApiSsoModel();
 
            try
            {
                // Extract the SP target url. 
                string targetUrl = SAMLRequest;
 
But it doesn't send a SAMLResponse to the SP?
---------------------------------------------------------------------- Note: This question has been asked on the Q&A forum of Thang Dang's fraudulent ComponentPro brand If you purchased anything from ComponentPro, you have been scammed. Contact the payment processor who sold you the license and ask for your money back. Back to ComponentPro Q&A Forum Index