Module parameters
This section includes the parameters for the OathValidation module
Name
Description
Default
Mandatory
namespace
Modules within the same namespace belong together.
totp_max_drift
TOTP max drift
10
hotp_max_lookahead
HOTP max lookahead
10
{
"name": "OathValidation",
"config": {
"totp_max_drift": 10,
"hotp_max_lookahead": 20,
"namespace": "default"
}
}
