Nonce is a randomly generated, cryptographic token that is used to thwart the highjacking of Username tokens, which are used with SOAP messages. Use nonce in conjunction with the basic authentication (BasicAuth) method. You can configure nonce for the application level by using the WebSphere Application Server administrative console.
The information in this article supports Version 5.x applications only that are used with WebSphere Application Server V6.0.x and later. The information does not apply to Version 6.0.x and later applications.
You can configure nonce at the application level, the server level, and cell level. However, consider the order of precedence:
If you configure nonce on the application level and the server level, the values specified for the application level take precedence over the values specified for the server level.
Likewise, the values specified for the application level take precedence over the values specified for the server level and cell level.
Type http://server_name:port_number/ibm/console in your Web browser unless you have changed the port number.
Nonce is not supported for authentication methods other than BasicAuth.If you specify BasicAuth, but do not specify values for the Nonce maximum age field, the Web services security runtime searches for a nonce maximum age value on the server level.
If a value is not found on the server level, the runtime searches the cell level. If a value is not found on either the server level or the cell level, the default is 300 seconds.
The value specified for the Nonce maximum age field indicates how long the nonce is valid. You must specify a minimum of 300 seconds; however, the value cannot exceed the number of seconds that is specified for the Nonce cache timeout field for the server level. Nor can it exceed the number of seconds specified for the Nonce cache timeout field for the cell level. You can specify the nonce cache timeout value for the server level by completing the following steps:
You can specify the nonce cache timeout value for the cell level by clicking Security > Web services.
Nonce is not supported for authentication methods other than
BasicAuth.
If you specify BasicAuth,
but do not specify values for the Nonce clock skew field, the Web services
security runtime searches for a Nonce clock skew value on the server level.
If a value is not found on the server level, the runtime searches the cell level. If a value is not found on either the server level or the cell level, the default is 0 seconds. Consider the following information when you set this value: