Roman Usatenko created CXF-8311:
-----------------------------------
Summary: OAuth 2.0: Refresh token redemption unexpectedly fails
with invalid_grant error
Key: CXF-8311
URL: https://issues.apache.org/jira/browse/CXF-8311
Project: CXF
Issue Type: Bug
Components: JAX-RS Security
Affects Versions: 3.3.7
Reporter: Roman Usatenko
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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)