Closed adeinega closed 1 year ago
This is true in both RFC6749 as well as OAuth 2.1. Both specs actually refer to the main token response section which says the scope
property should be returned if it was different than what the client requests. Do you think this needs to be made more explicit?
https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1-07#section-4.3.2
I'm wondering if the refresh token response section should also recommend including the scope parameter when the client uses an RT in order to obtain a new AT with narrowed scope.
Per the "Refresh Token" section.
For the token response (grant_type = authorization_code), the specification states that
which as you know, is one of the minor differences between OAuth 2.0 and 2.1 and a bit of a corner case but anyway...