- 10 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
SOAP Provisioning Bean
- Mis à jour le 10 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
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.
Key name | Description |
---|---|
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:
Default value: 4 (cleartext/separate) |