- 08 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
Administration Web Interface configuration
- Mis à jour le 08 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
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.
Property name | Description |
---|---|
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.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 |