- From: vanupam <notifications@github.com>
- Date: Tue, 03 Apr 2018 09:46:46 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/fetch/pull/325/review/109028779@github.com>
vanupam commented on this pull request. > +<p>In order to protect security tokens like HTTP cookies and OAuth tokens, user agents and servers +can use a technique known as <dfn export id=concept-token-binding>Token Binding</dfn> to +cryptographically associate a given token with a secret +(a <dfn export id=concept-token-binding-key>token-binding key</dfn>) known only to a specific +user agent. This association mitigates the risk that attackers can steal the token and use it +themselves, as they will not be able to easily replicate the user agent's secret, +and therefore will be unable to replicate the cryptographic binding of the token. + +<p>Details are described in TOKBIND-NEGOTIATION, TOKBIND-PROTOCOL and +TOKBIND-HTTPS and integration is defined here. +[[TOKBIND-NEGOTIATION]], [[TOKBIND-PROTOCOL]], and [[TOKBIND-HTTPS]]. + +<p>A <dfn export id=token-binding-id>token binding ID</dfn> is the non-secret representation +of a <a for=/>token-binding key</a>, as described in +<a href="https://tools.ietf.org/html/draft-ietf-tokbind-protocol#section-3.2">section 3.2</a> +of [[TOKBIND-PROTOCOL]]. Done. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/325#discussion_r178889773
Received on Tuesday, 3 April 2018 16:47:09 UTC