-
dhorbyspringer replied to the topic Content length of the SOAP request is too long in the forum Access Management 5 years, 8 months ago
Ah, that’s where it is.
Thanks Rogerio
-
dhorbyspringer replied to the topic Content length of the SOAP request is too long in the forum Access Management 5 years, 8 months ago
We had the same problem here which caused problems with a lot of institutional logins. I found that the problem was in ./saml2/jsp/spAssertionConsumer.jsp where it does the following check on the response size:
// to avoid dos attack
[Read more]
// or use SAML2Utils?
try {
SAMLUtils.checkHTTPContentLength(request);…