Uploaded image for project: 'CXF-Fediz'
  1. CXF-Fediz
  2. FEDIZ-226

authnRequestBuilder cofiguration property for samlProtocolType ignored

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.4.4
    • 1.4.5
    • Plugin
    • None

    Description

      authnRequestBuilder cofiguration property for samlProtocolType is ignored due to the bug in org.apache.cxf.fediz.core.config.SAMLProtocol line 84. It states following:
      samlpRequestBuilder = new DefaultSAMLPRequestBuilder();

      it means, that DefaultSAMLPRequestBuilder is created even if configuration defines custom authnRequestBuilder.
      it should be something like this:
      if (null == samlpRequestBuilder)
      samlpRequestBuilder = new DefaultSAMLPRequestBuilder();

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: