+

Search Tips   |   Advanced Search

Signing parameter configuration settings

Configure new signing parameters.

This administrative console page applies only to JAX-RPC applications.

The specifications listed on this page for the signature method, digest method, and canonicalization method are located in the World Wide Web Consortium (W3C) document entitled, XML Signature Syntax and Specification: W3C Recommendation 12 Feb 2002.

To view this administrative console page:

  1. Click Applications > Application Types > WebSphere enterprise applications > application_name.

  2. Under Modules, click Manage modules > URI_name.

  3. Under Additional properties, we can access the signing information for the following bindings:

    1. For the Request sender binding, click Web services: Client security bindings. Under Request sender binding, click Edit. Under Additional properties, click Signing information.

    2. For the Response sender binding, click Web services: Server security bindings. Under Response sender binding, click Edit. Under Additional properties, click Signing information.

  4. In the Request Sender Binding column, click Edit > Signing Information.

If the signing information is not available, select None.

If the signing information is available, select Dedicated Signing Information and specify the configuration in the following fields:


Signature method

Algorithm Uniform Resource Identifiers (URI) of the signature method.

The following algorithms are supported:

We can also add custom algorithms.


Digest method

Algorithm URI of the digest method.

WAS supports the http://www.w3.org/2000/09/xmldsig#sha1 algorithm.


Canonicalization method

Algorithm URI of the canonicalization method.

The following algorithms are supported:


Key name

Name of the key object found in the keystore file.


Key locator reference

Name used to reference the key locator

We can configure these key locator reference options on the cell level, the server level, and the application level. The configurations listed in the field are a combination of the configurations on these three levels.

We can specify a key locator configuration for the following bindings on the following levels:

Binding name Cell level, server level, or application level Path
N/A Cell level

  1. Click Security > JAX-WS and JAX-RPC security runtime.

  2. Under Additional properties, click Key locators.

N/A Server level

  1. Click Servers > Server Typ > WebSphere application servers > server.

  2. Under Security, click security runtime.

    Mixed-version environment: In a mixed node cell with a server using Websphere Application Server version 6.1 or earlier, click Web services: Default bindings for Web Services Security.mixv

  3. Under Additional properties, click Key locators.

Request sender Application level

  1. Click Applications > Application Types > WebSphere enterprise applications > application_name.

  2. Under Modules, click Manage modules > URI_name.

  3. Click Web services: Client security bindings.

  4. Under Request sender binding, click Edit.

  5. Under Additional properties, click Key locators.

Request receiver Application level

  1. Click Applications > Application Types > WebSphere enterprise applications > application_name.

  2. Under Modules, click Manage module > URI_name.

  3. Click Web services: Server security bindings.

  4. Under Request receiver binding, click Edit.

  5. Under Additional properties, click Key locators.

Response sender Application level

  1. Click Applications > Application Types > WebSphere enterprise applications > application_name.

  2. Under Modules, click Manage module > URI_name.

  3. Click Web services: Server security bindings.

  4. Under Response sender binding, click Edit.

  5. Under Additional properties, click Key locators.

Response receiver Application level

  1. Click Applications > Application Types > WebSphere enterprise applications > application_name.

  2. Under Modules, click Manage modules > URI_name.

  3. Click Web services: Client security bindings.

  4. Under Response receiver binding, click Edit.

  5. Under Additional properties, click Key locators.


Related:

  • Secure web services
  • Request sender binding collection