[
https://issues.apache.org/jira/browse/SYNCOPE-1971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18088211#comment-18088211
]
ASF subversion and git services commented on SYNCOPE-1971:
----------------------------------------------------------
Commit 9cedcd0c7f5e55c5d5e6761d4adebf5e4630a97a in syncope's branch
refs/heads/master from Massimiliano Perrone
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=9cedcd0c7f ]
[SYNCOPE-1971] - Fix authentication throttle with JCache providers on Payara
> Add throttling for repeated failed username/password authentication attempts
> -----------------------------------------------------------------------------
>
> Key: SYNCOPE-1971
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1971
> Project: Syncope
> Issue Type: Improvement
> Components: core
> Reporter: Massimiliano Perrone
> Assignee: Massimiliano Perrone
> Priority: Major
> Fix For: 4.1.2, 5.0.0
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> The proposed change adds configurable throttling for repeated failed
> username/password authentication attempts. Failed attempts are tracked per
> domain and login within a configurable time window to help prevent
> brute-force attacks against user passwords (e.g. the admin account).
> 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 provides a generic rate-limiting layer independent of user suspension
> policies.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)