LockoutCheckValve
Valve to control if a user is locked in PhenixID server.
More information on user lockout configuration can be found here.
Properties
Example Configuration
{ "name": "LockoutCheckValve", "config": { "userid_param_name":"{{request.User-Name}}",
"lockout_enabled":"true",
"lockout_login_attempts":"3",
"lockout_login_window":"30",
"lockout_time":"60" } }
Requirements
Item set must have at least one entry.