<?xml version="1.0" encoding="UTF-8"?>
<reference anchor="I-D.ietf-tokbind-https" target="https://datatracker.ietf.org/doc/html/draft-ietf-tokbind-https-01">
   <front>
      <title>Token Binding over HTTP</title>
      <author initials="A." surname="Popov" fullname="Andrei Popov">
         </author>
      <author initials="M." surname="Nyström" fullname="Magnus Nyström">
         </author>
      <author initials="D." surname="Balfanz" fullname="Dirk Balfanz">
         </author>
      <author initials="A." surname="Langley" fullname="Adam Langley">
         </author>
      <date month="June" day="30" year="2015" />
      <abstract>
	 <t>   This document describes a collection of mechanisms that allow HTTP
   servers to cryptographically bind authentication tokens (such as
   cookies and OAuth tokens) to a TLS [RFC5246] connection.

   We describe both _first-party_ as well as _federated_ scenarios.  In
   a first-party scenario, an HTTP server issues a security token (such
   as a cookie) to a client, and expects the client to send the security
   token back to the server at a later time in order to authenticate.
   Binding the token to the TLS connection between client and server
   protects the security token from theft, and ensures that the security
   token can only be used by the client that it was issued to.

   Federated token bindings, on the other hand, allow servers to
   cryptographically bind security tokens to a TLS [RFC5246] connection
   that the client has with a _different_ server than the one issuing
   the token.

   This Internet-Draft is a companion document to The Token Binding
   Protocol [TBPROTO]

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-tokbind-https-01" />
   
</reference>
