privacyidea-credential-provider icon indicating copy to clipboard operation
privacyidea-credential-provider copied to clipboard

When to do WebAuthn offline refill

Open nilsbehlen opened this issue 11 months ago • 0 comments

Trying it every time after using the token offline is very annoying because, depending on the network setup, it is required to wait for some timeout. This is also not really affected by the possibilities given with WinHttpSetTimeouts, or the stages are stacked or something - it is longer than configured... For HOTP there is the refill threshold. For WebAuthn the options are either:

  • Time based
  • Auth counter based (as returned from the authenticator)

nilsbehlen avatar Mar 05 '24 11:03 nilsbehlen