LockoutClearValve

Valve to control if a user is locked in PhenixID server.

More information on user lockout configuration can be found here.

Properties

Name Description Default value Mandatory Supports property expansion
userid_param_name Property containing the username. User-Name Yes Yes
clear_soft_lockouts If the valve should clear soft lockouts. true Yes No
clear_hard_lockouts If the valve should clear hard lockouts. true Yes No

Example Configuration

{
    "name": "LockoutClearValve",
    "config": { 
        "userid_param_name":"{{request.User-Name}}",
        "clear_soft_lockouts":"true",
        "clear_hard_lockouts":"false"
    }
}

Requirements