SendHttpPut Method for use with a samlResponse?

0
Right now we are using SendHttpPost to send a SAML request to a service, however they are moving to AWS. In their test environment originally we were getting an RequestHeaderSectionTooLarge with a maximum size allows of 8192. When I skipped adding any attributes for a small <8KB test post we then got a The 'specified method is not allowed against this resource." specifying Method POST for the error. Does Component Pro have something like a "samlResponse.SendHttpPost" for SAML that I could try? Or a way of converting that to a PUT? 'Existing Method that works with the old environment. samlResponse.SendHttpPost(Response.OutputStream, ConsumerServiceUrl, targetUrl);
 
asked 7/21/2022 9:00:28 PM
add a comment

1 Answers

0
Hi, Walter, Yes you can check our SendHttpPost methods here . > https://doc.componentpro.com/ComponentPro-Saml/AtAGlance
edited 7/26/2022 6:03:49 AM
answered 7/26/2022 6:03:23 AM
add a comment

Your Answer

Not the answer you're looking for? Browse other questions tagged saml or ask your own question.