Abstract Modification (Hannes)

Issue #5 resolved
Nat Sakimura repo owner created an issue

I have some wording suggestions for the abstract. Here is the current abstract:

The authorization request in RFC6749 utilizes query parameter serialization. This specification defines the authorization request using JWT serialization. The request is sent by value through "request" parameter or by reference through "request_uri" parameter that points to the JWT, allowing the request to be optionally signed and encrypted.

Here is my new proposal:

The authorization request in OAuth 2.0 utilizes query parameter serialization, which means that parameters are encoded in the URI of the request. This document introduces the ability to send request parameters in form of a JSON Web Token (JWT) instead, which allows the request to be signed and encrypted. The request is sent by value or by reference. We call the 'JWT Authorization Request' extension JAR.

Comments (1)

  1. Log in to comment