Skip to content

Token Binding.

A defunct IETF standard (RFC 8471-8473) for binding HTTP authentication tokens to the TLS connection that issued them — superseded in practice by mTLS-bound tokens (RFC 8705) and DPoP (RFC 9449).

The Token Binding story is the cautionary tale for protocols that require coordinated browser, server, and library support to deploy. The technical design was right; the deployment economics — browsers had to ship support for an unproven security model with no immediate users — produced a fatal coordination failure. RFC 8705 and RFC 9449 learned the lesson: lighter integration burden on existing infrastructure, deployable incrementally per OAuth client.

Common questions

Is Token Binding still used in 2026?

What replaced Token Binding?

Why did Token Binding fail to gain adoption?

Related terms

In the guides

Last updated 2026-05-15.