Fix Pack 8550

UsernameToken with password text, nonce, and created timestamp over HTTP

This policy requires that a client must send a UsernameToken with clear text password, nonce, and created timestamp. Transport security is not required. This simple policy is only suitable if password confidentiality is not a concern or is provided by other means. This policy can be used in a pre-production environment for testing purposes.

The following policy shows a UsernameToken with password text, nonce, and created timestamp over HTTP:
<wsp:Policy wsu:Id="UsernameTokenOverHTTP">
  <sp:SupportingTokens>
    <wsp:Policy>
      <sp:UsernameToken
        sp:IncludeToken="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702/IncludeToken/AlwaysToRecipient">
        <wsp:Policy>
          <sp13:Created />
          <sp13:Nonce />
          <sp:WssUsernameToken11 />
        </wsp:Policy>
      </sp:UsernameToken>
    </wsp:Policy>
  </sp:SupportingTokens>
</wsp:Policy>
The namespaces used in this example are:

Icon that indicates the type of topic Concept topic

Terms and conditions for information centers | Feedback


Timestamp icon Last updated: Monday, 21 April 2014
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-iseries&topic=cwlp_wssec_templates_scenario7
File name: cwlp_wssec_templates_scenario7.html