Uploaded image for project: 'Rampart'
  1. Rampart
  2. RAMPART-277

Rampart ignores token inclusion settings when using the asymmetric security binding

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.5
    • 1.5.1
    • rampart-core
    • None

    Description

      Consider the abbhreviated policy below. It defines x509 tokens for the initiator and recipient: the initiator's token must be included in all messages from the initiator to the recepient, and the recipient's token must not be included at all.

      <wsp:Policy wsu:Id="servicePolicy">
        <sp:AsymmetricBinding>
          <sp:InitiatorToken>
            <sp:X509Token sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient"/>
          </sp:InitiatorToken>
          <sp:RecipientToken>
            <sp:X509Token sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/Never"/>
          </sp:RecipientToken>
      </wsp:Policy>
      

      When Rampart is used as both the client and server for a web service using this policy, the client's certificate is correctly included as a binary security token in the request. However, the response message from the server to the client also includes this as a binary security token when reference which token was used to encrypt the encrypted symmetric key. This is incorrect as the token was marked as only to be included in messages from the initiator to the recipient.

      The problem is that the asymmetric security binding uses RampartUtil.setKeyIdentifierType() to determine what type of key references should be used. As present it will always include a binary security token unless the token inclusion parameter is set to never - i.e. it does not take into account whether we are the initiator or not, and so doesn't handle the alwaysToInitiator and alwaysToRecipient inclusion modes.

      Attachments

        1. RAMPART-277.patch
          5 kB
          Thilina Mahesh Buddhika
        2. tokenReference.patch
          4 kB
          Dave Bryant

        Activity

          People

            shankar Selvaratnam Uthaiyashankar
            davebryant Dave Bryant
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: