SAML | Incresing throttle for SAML request URL

SAML | Incresing throttle for SAML request URL

Kindly add the following code in webapps/ROOT/WEB-INF/security/security-publicaccess.xml and restart SDP to increase the throttle limit for SamlRequestServlet URL. Here it's set as 45. You can change to any number you want per minute.

<throttles window="ROLLING" scope="APPSERVER" key="url.path+url.dynamic_key" name="saml_request_servlet">
<throttle duration="1m" threshold="45" lock-period="2m"/>
</throttles>

Sample:



                  New to ADSelfService Plus?