LockoutCheckValve

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

Example Configuration

{
        "name": "LockoutCheckValve",
        "config": { 
              "userid_param_name":"{{request.User-Name}}"
        }
}

Requirements

Item set must have at least one entry.