Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: =JeffH <jdhodges@google.com>
  • Loading branch information
emlun and equalsJeffH committed Aug 7, 2019
1 parent 548dd54 commit e7e24f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.bs
Expand Up @@ -6001,9 +6001,8 @@ leakage due to such an attack:
- When verifying an {{AuthenticatorAssertionResponse}} response from the [=authenticator=], make it indistinguishable whether
verification failed because the signature is invalid or because no such user or credential is registered.

- Perform a different authentication step, such as username and password authentication,
before initiating the WebAuthn [=authentication ceremony=].
This moves the username enumation problem from the WebAuthn [=authentication ceremony=]
- Perform a multi-step [=authentication ceremony=], e.g., beginning with supplying username and password, before initiating the WebAuthn [=ceremony=] as a subsequent step.
This moves the username enumation problem from the WebAuthn step
to the preceding authentication step, where it may be easier to solve.


Expand Down

0 comments on commit e7e24f2

Please sign in to comment.