Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.4
-
Component/s: JAX-RS Security
-
Labels:None
-
Estimated Complexity:Unknown
Description
The logic in the validateSignature method in org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtHandler is reversed - the method throws an OAuthServiceException when the signature is valid and doesn't throw an exception when the signature is not valid.