[
https://issues.apache.org/jira/browse/CXF-7115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Beryozkin resolved CXF-7115.
-----------------------------------
Resolution: Fixed
Assignee: Sergey Beryozkin
Fix Version/s: 3.1.9
3.2.0
> Issuer in TokenIntrospection should be quoted in JSON
> -----------------------------------------------------
>
> Key: CXF-7115
> URL: https://issues.apache.org/jira/browse/CXF-7115
> Project: CXF
> Issue Type: Bug
> Components: JAX-RS Security
> Affects Versions: 3.1.8
> Reporter: Svein Otto Solem
> Assignee: Sergey Beryozkin
> Priority: Trivial
> Fix For: 3.2.0, 3.1.9
>
>
> See line 118 in OauthJSONProvider :
> appendJsonPair(sb, "iss", obj.getIss(), false);
> it should be
> appendJsonPair(sb, "iss", obj.getIss(), true );
> in my opinion since the issuer typically is a uri.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)