Skip to content

Commit

Permalink
Explicitly mention running over TLS in WebAuthn API intro
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Oct 18, 2019
1 parent 36fe4ed commit 243d8f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.bs
Expand Up @@ -1235,6 +1235,8 @@ where a single [=[RP]=] maintains multiple [=origins=].
The client facilitates these security measures by providing the [=[RP]=]'s [=origin=] and [=RP ID=] to the [=authenticator=] for
each operation. Since this is an integral part of the WebAuthn security model, user agents only expose this API to callers in
[=secure contexts=].
For web contexts in particular,
this only includes those accessed via a secure transport (e.g., TLS) established without errors.

The Web Authentication API is defined by the union of the Web IDL fragments presented in the following sections. A combined IDL
listing is given in the [[#idl-index]].
Expand Down

0 comments on commit 243d8f7

Please sign in to comment.