ServiceLocations - Unity Client - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Essential - Premier - Standard - external - Essential - Premier - Standard

Unity Client

Platform
OnBase
Product
Unity Client
Release
Foundation 23.1
License
Essential
Premier
Standard

Service Locations are pre-configured items that contain web service connection information. They can be added and modified in the Unity Client configuration file.

Note:

Within the Unity Client, Unicode characters are only supported in data source names and FriendlyName contexts if the Unity Client configuration file is saved with Unicode encoding.

Setting Name

Description

ServicePath

The URL to the Service.asmx page of the Application Server.

For example, http://[Application Server]/appserver/service.asmx.

Note:

The Service Path URL must end in .asmx. The Unity Client cannot be configured to use remoting as the transport protocol.

DataSource

The data source name (configured at the Application Server) to connect to.

For example, OnBase.

FriendlyName

The "friendly name" of the service location. This name is displayed in the Unity Client 's title bar.

For example, OnBase.

DefaultDomain

The name of the domain to use by default.

For example, mydomain.com.

Note:

The value of DefaultDomain is not case sensitive.

Note:

If no value is specified for DefaultDomain, the current domain of the user logging in is used as the default domain.

UseInstitution

A true or false value indicating if an Institutional database is in use.

IdpUrl

The URL to the IDP server to be used for authentication.

IdpClientId

The Client ID for the IDP Server Client to be used for authentication.

AuthenticationType

The authentication type to use. Valid values are Standard, NTAuthentication, ADFS, and Idp. By default, the value is set to Standard.

To configure multiple Service Locations for your OnBase solution, add an additional Service Location prior to the </ServiceLocations> tag in the Unity Client configuration file. For example, <add ServicePath="http://[name of server]/appserver/Service.asmx" DataSource=" OnBase " FriendlyName=" OnBase " AuthenticationType ="Standard" DefaultDomain="" UseADFS="false" IdpUrl="" IdpSilent="false"/>.

Note:

The Unity Client will automatically log in if there is only one entry in the ServiceLocations element in the Unity Client configuration file, the AuthenticationType attribute is set to NTAuthentication, and the Core Services option in the Directory Service Authentication dialog box in the OnBase Configuration module is not selected. For more information about the AuthenticationType attribute and the Core Services option, see the Legacy Authentication Methods module reference guide.