[
https://issues.apache.org/jira/browse/SYNCOPE-1971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18088538#comment-18088538
]
ASF subversion and git services commented on SYNCOPE-1971:
----------------------------------------------------------
Commit f40345793e9f50e4c66fb614361a28a762eda37d in syncope's branch
refs/heads/4_1_X from Massimiliano Perrone
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=f40345793e ]
[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)