Token Authentication
Validates an OATH token otp.
Use this valve to validate a one time password against token(s) assigned to a user.
Prerequisites
Before using this valve the TokenDB module must be configured and deployed.
Configuration
Valve name: TokenAuthentication | TokenValidation | OathTokenValidation
Name
Description
Default value
Mandatory
Expanded
otp_length
Length of the one-time password.
6
otp_parameter
Parameter containing the one-time password.
N/A
username_parameter
Parameter containing the username.
N/A
enable_yubikey
Enables yubikey OATH tokens.
false
namespace
Token database module namespace.
token_db_module_name
DEPRECATED: use namespace
instead.