Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-4556

JAX-RS SAML TLS HolderOfKey check does not work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.5.6, 2.6.3, 2.7
    • 2.5.7, 2.6.4, 2.7.1
    • JAX-RS Security
    • None
    • Unknown

    Description

      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.

      Attachments

        Activity

          People

            coheigea Colm O hEigeartaigh
            coheigea Colm O hEigeartaigh
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: