Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.3.7
-
None
-
Unknown
Description
Scenario:
- Get an access and refresh tokens for a client with less scopes than the client allows, e.g. if there are scopes scope1 and scope2 registered for the client the authorization request should contain only scope1 (or only scope2)
- Try to redeem refresh token without providing scope parameter in the token request.
Request fails with invalid_grant error which is against OAuth specification.