LegacyTokenValidationValve
Valve for validating and converting a legacy HOTP/TOTP token.
This valve is used together with TokenValidationValve.
Properties
Example Configuration
{
        "name": "LegacyTokenValidationValve",
        "config": { 
              "username_param_name":"{{request.User-Name}}",
              "stored_token_attribute":"carLicense",
              "provided_otp_param_name":"{{request.User-Password}}"
        }
}Requirements
Item set must have at least one entry.
