Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
oauth2-0.22
-
None
-
Authorization Server
Description
The OAuthTokenRequest(HttpServletRequest) constructor will inappropriately fail if the "redirect_uri" parameter is missing. This is only required if the "redirect_uri" was given in the previous, "code" request. From the specification (section 4.1.3):
redirect_uri
REQUIRED, if the "redirect_uri" parameter was included in the
authorization request as described in Section 4.1.1, and their
values MUST be identical.