]
Jason Greene updated WFLY-569:
------------------------------
Fix Version/s: 10.0.0.Alpha3
(was: 10.0.0.Alpha2)
Implement an account lockout mechanism for domain management.
-------------------------------------------------------------
Key: WFLY-569
URL:
https://issues.jboss.org/browse/WFLY-569
Project: WildFly
Issue Type: Task
Components: Domain Management, Security
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Labels: Common_Authentication, Realm_Management, management_security,
Fix For: 10.0.0.Alpha3
One issue to consider is that we are using realms to integrate with existing user stores
so may not be able to update the remote store: -
- Consider an option to update the remote store if possible.
- If not cache a backlisted user until an admin unlocks that account
Before being implemented this feature will require further discussion, in additional to
locking mechanisms for unlocking should also be considered and also the potentional for
denail of service type attacks based on locking out the administrators.