TokenAutoEnrollment

Valve for auto enrolling already imported hardware tokens.

This valve is used together with TokenValidationValve.

Properties

Name Description Default value Mandatory Supports property expansion
userid_param_name Property containing the username. User-Name No Yes
provided_otp_param_name Property containing the provided otp value. Yes Yes
hotp_lookahead Look ahead value for HOTP tokens. 10 No No
otp_length The length of the token one-time password. 6 No No

Example Configuration

{
  "name": "TokenValidationValve",
    "config": { 
       "otp_length":"8",
       "hotp_lookahead":"40",
       "try_auto_enroll":"true",
       "provided_otp_param_name":"{{request.User-Password}}"
    }
},
{
  "name": "TokenAutoEnrollment",
    "config": { 
       "username_param_name":"{{request.User-Name}}",
       "provided_otp_param_name":"{{request.User-Password}}",
       "otp_length":"8",
       "hotp_lookahead":"40"
    }
}

Requirements

Item set must have at least one entry.