Subject: SAML Response: missing XML header Date: 2013-11-11 20:47:27 From: Luis de Barros Source: saml-response-missing-xml-header ----------------------------------------------------------------------I'm dealing with Oracle Access Manager as an intermediary step before sending info to the Service Provider. It appears that it really really wants the XML header as part of the SAML response; e.g.:
<?xml version="1.0" encoding="UTF-8" ?>
How do I add this in there? As soon as I invoke
---------------------------------------------------------------------- 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
samlResponse.SendPostBindingForm(This.Response.OutputStream, currentSAMLConfig.appURL, currentSAMLConfig.destinationURL);
I'm at the mercy of the method. Can you suggest how I can append the XML header to the start of the response?
Thank you.