The LOGIN element contains logon and connection configuration information for the Express Scanning client.
This information will be accessed and used by each workstation used for Express Scanning. A LOGIN element can be added to a local configuration file if specific logon information is required for the Express Scanning workstation.
If your Express Scanning solution is configured to use Identity Provider (IdP) authentication, additional settings apply. For more information on configuring Express Scanning for use with IdP authentication, see the Identity and Access Management Services module reference guide.
<LOGIN appserver="http://servername/appserver/service.asmx" data source="Express_Scanning" ntsecurity="true" interactive="false" domain="" username="" password="" />
Tag |
Description |
---|---|
appserver |
The setting controls the URL to the OnBase Application Server. The URL must end in service.asmx. For example: appserver="http://ServerName/VirtualDirectory/service.asmx" |
datasource |
The datasource setting must be set to the name of the data source being used for Express Scanning (datasource="My_Data_Source"). |
ntsecurity |
This setting controls whether or not domain authentication is used to access the Express Scanning client, instead of OnBase security. If ntsecurity="true", then domain authentication is used. If ntsecurity="false", then OnBase security is used. |
interactive |
Note:
This setting is only used when domain authentication is used to access the Express Scanning client (i.e., the ntsecurity setting is set to true). Note:
This setting is not respected when Express Scanning is being run as a service. This setting controls whether or not the user will be prompted to enter domain credentials when logging on to the Express Scanning client. If interactive="true", then the user will be prompted to enter domain credentials when logging on to the Express Scanning client. If interactive="false", or if no value is present, then the user will be automatically logged on when launching the Express Scanning client. |
domain |
Note:
This setting is only used when interactive domain authentication is used to access the Express Scanning client (i.e., both the ntsecurity setting and the interactive setting are set to true). This setting controls the domain being used for interactive domain authentication. Set the domain setting to the name of the appropriate domain (e.g., domain=" OnBase "). |
username |
Note:
This setting is optional. This setting allows you to specify a default OnBase user name to be used when logging onto the Express Scanning client. If specified in the master configuration file, this OnBase user name will be used by each Express Scanning workstation that accesses this file. Note:
This setting is ignored if domain authentication is used (ntsecurity="true"). |
password/encryptpassword |
Note:
This setting is optional. This setting allows you to specify a default password to be used when logging onto the Express Scanning client. Once a password has been specified and the Express Scanning client is successfully launched using the configuration file, the password setting in the configuration file is replaced by the encryptpassword setting, and the password you entered is encrypted for security purposes. To change the stored password value, you must delete the encryptpassword setting and value and replace it with the password setting and the new password string. If specified in the master configuration file, this OnBase password will be used by each Express Scanning workstation that accesses this file. Note:
This setting is ignored if domain authentication is used (ntsecurity="true"). |