massx1 opened a new pull request, #1413:
URL: https://github.com/apache/syncope/pull/1413

   This change adds configurable throttling for repeated failed 
username/password authentication attempts to help prevent brute-force attacks 
against user passwords (e.g. the admin account).
   
   When enabled, failed attempts are tracked per domain and login within a 
configurable time window. Once the configured threshold is reached, further 
attempts are temporarily rejected with HTTP 429 and a Retry-After header, 
including attempts with valid credentials during the lock window.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to