The OAuth 2.0 Authorization Framework: JWT-Secured Authorization Request
RFC 9101, “The OAuth 2.0 Authorization Framework: JWT-Secured Authorization Request”, is a Proposed Standard document published in August 2021 by N. Sakimura, J. Bradley, M. Jones. The canonical text is published by the RFC Editor.
Abstract
The authorization request in OAuth 2.0 described in RFC 6749 utilizes query parameter serialization, which means that authorization request parameters are encoded in the URI of the request and sent through user agents such as web browsers. While it is easy to implement, it means that a) the communication through the user agents is not integrity protected and thus, the parameters can be tainted, b) the source of the communication is not authenticated, and c) the communication through the user agents can be monitored. Because of these weaknesses, several attacks to the protocol have now been put forward.
This document introduces the ability to send request parameters in a JSON Web Token (JWT) instead, which allows the request to be signed with JSON Web Signature (JWS) and encrypted with JSON Web Encryption (JWE) so that the integrity, source authentication, and confidentiality properties of the authorization request are attained. The request can be sent by value or by reference.
What “Proposed Standard” means
An entry-level standards-track specification: stable, peer-reviewed and a solid basis for implementation, though it may still evolve before becoming an Internet Standard.
The canonical text of RFC 9101 is hosted at rfc-editor.org. Available in HTML,TXT,PDF,XML.
- RFC 9100 Sensor Measurement Lists Features and Versions
- RFC 9102 TLS DNSSEC Chain Extension
- RFC 9099 Operational Security Considerations for IPv6 Networks
- RFC 9103 DNS Zone Transfer over TLS
- RFC 9098 Operational Implications of IPv6 Packets with Extension Headers
- RFC 9104 Distribution of Traffic Engineering Extended Administrative Groups Using the Border Gateway Protocol - Link State
- RFC 9097 Metrics and Methods for One-Way IP Capacity
- RFC 9105 A YANG Data Model for Terminal Access Controller Access-Control System Plus