[ https://issues.apache.org/jira/browse/CXF-5906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14074791#comment-14074791 ]
ASF GitHub Bot commented on CXF-5906: ------------------------------------- GitHub user janbernhardt opened a pull request: https://github.com/apache/cxf/pull/11 [CXF-5906] Fixing multi claim value support You can merge this pull request into a Git repository by running: $ git pull https://github.com/janbernhardt/cxf master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cxf/pull/11.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #11 ---- commit 48ae10b5fa277c0eec38236ee0328d4df771c15b Author: jbernhardt <jbernha...@talend.com> Date: 2014-07-25T18:46:08Z [CXF-5906] Fixing multi claim value support ---- > Claim Manager only parses first claim value > ------------------------------------------- > > Key: CXF-5906 > URL: https://issues.apache.org/jira/browse/CXF-5906 > Project: CXF > Issue Type: Bug > Components: STS > Affects Versions: 2.7.11, 3.0.1 > Reporter: Jan Bernhardt > Labels: Claims, STS > > In case of claim mapping in a federation scenario the > {{org.apache.cxf.sts.claims.ClaimManager}} parses the onBehalfOf token to > detected source claims. The method parseClaimsInAssertion for SAML 1 & 2 > token contains a bug by only copying the first claim value. > This error becomes visible for example for role claims with multliple values. -- This message was sent by Atlassian JIRA (v6.2#6252)