You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2012/10/11 17:55:04 UTC

[jira] [Created] (CXF-4556) JAX-RS SAML TLS HolderOfKey check does not work

Colm O hEigeartaigh created CXF-4556:
----------------------------------------

             Summary: JAX-RS SAML TLS HolderOfKey check does not work
                 Key: CXF-4556
                 URL: https://issues.apache.org/jira/browse/CXF-4556
             Project: CXF
          Issue Type: Bug
          Components: JAX-RS Security
    Affects Versions: 2.7.0, 2.6.3, 2.5.6
            Reporter: Colm O hEigeartaigh
            Assignee: Colm O hEigeartaigh
             Fix For: 2.5.7, 2.6.4, 2.7.1



The HolderOfKey check that is done when a SAML Assertion is received via a JAX-RS SAML interceptor does not work when TLS is used. This is due to the following check:

if (tlsCerts == null || sig == null)

"sig" will always be  null for the TLS case.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CXF-4556) JAX-RS SAML TLS HolderOfKey check does not work

Posted by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-4556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh resolved CXF-4556.
--------------------------------------

    Resolution: Fixed
    
> JAX-RS SAML TLS HolderOfKey check does not work
> -----------------------------------------------
>
>                 Key: CXF-4556
>                 URL: https://issues.apache.org/jira/browse/CXF-4556
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS Security
>    Affects Versions: 2.5.6, 2.6.3, 2.7.0
>            Reporter: Colm O hEigeartaigh
>            Assignee: Colm O hEigeartaigh
>             Fix For: 2.5.7, 2.6.4, 2.7.1
>
>
> The HolderOfKey check that is done when a SAML Assertion is received via a JAX-RS SAML interceptor does not work when TLS is used. This is due to the following check:
> if (tlsCerts == null || sig == null)
> "sig" will always be  null for the TLS case.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira