SOAP Provisioning Bean

Prev Next

The provisioning bean is configured through a standard Java properties file (flat text key/value association). If the file is not found, or some keys are missing in the file, hard-coded default values will be loaded.

 
Table: Provisioning bean configuration keys
Key nameDescription

soap.host.primary

The location of the primary OneSpan Authentication Server instance. Specified as the complete SOAP endpoint URL, including protocol and port number.

Default value: https://localhost:8888

soap.host.backup

The location of the backup OneSpan Authentication Server instance. Specified as the complete SOAP endpoint URL, including protocol and port number.

Default value: https://localhost:8888

component.type

The name of the OneSpan Authentication Server component used to handle the sample authentication requests on the server side.

Default value: DP4Web Sample Provisioning Client

password.format

The format of the password parameter.

Possible values:

  • 0. Cleartext/combined, most parameters will be passed in the SOAP password parameter.
  • 4. Cleartext/separate, various SOAP parameters are used.

Default value: 4 (cleartext/separate)