Skip to content

Sender-Constrained Token.

An OAuth access or refresh token bound to a specific client via a cryptographic key — useless if stolen without the corresponding key. Implemented via mTLS (RFC 8705) or DPoP (RFC 9449).

Sender-constrained tokens are the production-grade defense for high-value OAuth deployments — agent identity, financial services, healthcare. The setup cost is real (client key management, resource-server verification) but the security improvement is structural: pure-token theft becomes a non-issue. The 2026 trajectory is toward sender-constrained as the new default for any OAuth client whose token leak would be material.

Common questions

What's the difference between sender-constrained tokens and bearer tokens?

When should I use mTLS vs DPoP?

Is FAL3 equivalent to sender-constrained?

Related terms

In the guides

Last updated 2026-05-15.