[
https://issues.apache.org/jira/browse/CXF-5396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Beryozkin resolved CXF-5396.
-----------------------------------
Resolution: Fixed
Fix Version/s: 2.7.8
3.0.0
Assignee: Sergey Beryozkin
Ouch, I refactored few things on the client side to support the client audience
parameter and missed it, thanks
> AbstractGrant.toMap hardcode the grandType to Client_Credentials
> ----------------------------------------------------------------
>
> Key: CXF-5396
> URL: https://issues.apache.org/jira/browse/CXF-5396
> Project: CXF
> Issue Type: Bug
> Components: JAX-RS Security
> Affects Versions: 2.7.7
> Reporter: Jason Wang
> Assignee: Sergey Beryozkin
> Priority: Critical
> Fix For: 3.0.0, 2.7.8
>
>
> AbstractGrant.toMap method has this line:
> map.putSingle(OAuthConstants.GRANT_TYPE,
> OAuthConstants.CLIENT_CREDENTIALS_GRANT);
> When the subclass, ResourceOwnerGrant overides this toMap, it calls the
> super.toMap(), which will cause this wrong value being added.
> So, I think we should fix this by calling
> map.putSingle(OAuthConstants.GRANT_TYPE, getType()).
> This way it will work for all 4 subclasses and will automatically work for
> future new class. Another way is to fix the ResourceOwnerGrant by not calling
> super.toMap.
--
This message was sent by Atlassian JIRA
(v6.1#6144)