KEYCLOAK-18880 change "look ahead window" to "look around window" (#1350)
Closes #1349
This commit is contained in:
parent
0f95c118ae
commit
6c857f2bff
1 changed files with 2 additions and 2 deletions
|
@ -30,9 +30,9 @@ The default algorithm is SHA1. The other, more secure options are SHA256 and SHA
|
|||
|
||||
The length of the OTP. Short OTP's are user-friendly, easier to type, and easier to remember. Longer OTP's are more secure than shorter OTP's.
|
||||
|
||||
===== Look ahead window
|
||||
===== Look around window
|
||||
|
||||
The number of intervals the server attempts to match the hash. This option is present in {project_name} if the clock of the TOTP generator or authentication server become out-of-sync. The default value of 1 is adequate. For example, if the time interval for a token is 30 seconds, the default value of 1 means it will accept valid tokens in the 30-second window. Every increment of this value increases the valid window by 30 seconds.
|
||||
The number of intervals the server attempts to match the hash. This option is present in {project_name} if the clock of the TOTP generator or authentication server becomes out-of-sync. The default value of 1 is adequate. For example, if the time interval for a token is 30 seconds, the default value of 1 means it will accept valid tokens in the 90-second window (time interval 30 seconds + look ahead 30 seconds + look behind 30 seconds). Every increment of this value increases the valid window by 60 seconds (look ahead 30 seconds + look behind 30 seconds).
|
||||
|
||||
===== OTP token period
|
||||
|
||||
|
|
Loading…
Reference in a new issue