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