Karl von Randow created CXF-6558:
------------------------------------
Summary: DefaultEncryptingOAuthDataProvider.getAccessToken throws
SecurityException on invalid accessToken format
Key: CXF-6558
URL: https://issues.apache.org/jira/browse/CXF-6558
Project: CXF
Issue Type: Bug
Components: JAX-RS Security
Affects Versions: 3.1.2
Reporter: Karl von Randow
Priority: Minor
The `DefaultEncryptingOAuthDataProvider.getAccessToken` method calls
`ModelEncryptionSupport.decryptAccessToken` which throws a SecurityException if
the input doesn't match they crypto algorithm's desired input. This results in
a server error.
I suggest that this method should catch the SecurityException and instead throw
an OAuthServiceException, as specified by the signature of `getAccessToken`.
e.g. `throw new OAuthServiceException(OAuthConstants.ACCESS_DENIED, e);`
This would enable invalid access tokens to be rejected cleanly back to the
client. I am happy to provide a patch for this issue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)