Administration Web Interface configuration

Prev Next

The Administration Web Interface uses the following properties file to store application-related parameters:

  • webapp_folder\WEB-INF\classes\webadmin.properties (Windows)
  • webapp_folder/WEB-INF/classes/webadmin.properites (Linux)

You can modify some properties in that file to tweak particular behavior and parameters.

Most of the properties are for internal use only! Changing properties other than those explained in this topic can result in undefined behavior and can prevent Administration Web Interface from working correctly.

Table: Administration Web Interface properties overview
Property nameDescription
com.vasco.webadmin.checkStaleConnections

If OneSpan Authentication Server is closing idle connections (specified by Connection-Idle-Timeout), this setting should always be set to true. Otherwise, it can be set to false to improve performance.

Default value: true

com.vasco.webadmin.digipass.list.usecount

Determines the behavior and look of the DIGIPASS list. If set to false, the list does not show the total number of returned results, no links to individual pages, no Go to Last Page button, and no Select all DIGIPASS from ALL pages link.

This can be useful to improve the performance on some DBMS.

Default value: true

com.vasco.webadmin.homepage.hide_license_error

The Administration Web Interface searches for a server component with a valid license key for the same address as used by the OneSpan Authentication Server SOAP endpoint.

This can result in incorrect license warnings if the configured SOAP URL is not the actual OneSpan Authentication Server instance but, for example, a proxy server, a K8s service, or a load balancer.

The hide_license_error property can be used to hide the license warning on the Administration Web Interface homepage in such cases. Note that this is solely an optical change of Administration Web Interface, but does not change the functional behavior of the OneSpan Authentication Server instance.

Default value: false

com.vasco.webadmin.user.list.usecount

Determines the behavior and look of the USERS list. If set to false, the list does not show the total number of returned results, no links to individual pages, no Go to Last Page button, and no Select all users from ALL pages link.

This can be useful to improve the performance on some DBMS.

Default value: true

com.vasco.webadmin.user.quickreport

Specifies the report (via the internal report ID) that should be created by default when clicking the Quick Report button in the USERS > Dashboard tab.

Default value: detailed_activity

com.vasco.webadmin.user.report.defaultTimePeriod

Specifies the default time period for reports that are created and run from the USERS > Reports tab.

Possible values are Days/Months/Years.

Default value: Last 6 Months

com.vasco.webadmin.user.report.userLifespanReports

A comma-separated list of reports (specified by the internal report ID) that should be created with a reporting period that starts at the time the respective user account was created.

This is usually useful for GDPR-related reports.

Default value: gdpr_compliance_user_activity