Skip to Content.
Sympa Menu

shibboleth-dev - Re: [Shib-Dev] Account lockout

Subject: Shibboleth Developers

List archive

Re: [Shib-Dev] Account lockout


Chronological Thread 
  • From: Andrew Petro <>
  • To:
  • Subject: Re: [Shib-Dev] Account lockout
  • Date: Wed, 23 Mar 2011 13:18:37 -0400

> Has anyone implemented an "attack lock" ... for the IdP?

I haven't.

For what (little) it's worth, the Jasig CAS source code for implementing this use case is here:

https://source.jasig.org/cas3/tags/cas-server-3.4.6/cas-server-core/src/main/java/org/jasig/cas/web/support/

InMemoryThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter.java as concrete implementation e.g.

Might be useful to anyone looking to implement nuances on this use case in Shibboleth IdP.

Andrew


On 03/23/2011 01:11 PM, Christopher Bongaarts wrote:
Has anyone implemented an "attack lock" (X failed password attempts without a success in Y minutes locks out further attempts for Z minutes) for the IdP?

If not, would the StorageService be a good place to keep the necessary state?




Archive powered by MHonArc 2.6.16.

Top of Page