[
https://issues.apache.org/jira/browse/CXF-3922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13152894#comment-13152894
]
Colm O hEigeartaigh commented on CXF-3922:
------------------------------------------
Hi Oli,
> String dn = getDnOfPrincipal(principal.getName());
I'm guessing this should be:
String dn = getDnOfPrincipal(user);
?
Also, I don't think the "SAMLTokenPrincipal" check is necessary as it'll be
handled by the "principal != null" check.
Colm.
Colm.
> Support for KerberosToken in RST if LdapClaimsHandler used
> ----------------------------------------------------------
>
> Key: CXF-3922
> URL: https://issues.apache.org/jira/browse/CXF-3922
> Project: CXF
> Issue Type: New Feature
> Components: Services
> Affects Versions: 2.5
> Reporter: Oliver Wulff
> Attachments: patch.git.diff
>
>
> If the authenticated Principal is a KerberosPrincipal the method
> retrieveClaimValues fails in LdapClaimsHandler because Principal.getName()
> returns fully qualified Kerberos Principal name.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira