TIBCO Data Virtualization® Adapter Online Help > TDV OData Adapter > Basic Tab
 
Basic Tab
Connecting to OData
To connect, you need to set the Url to a valid OData service root URI in addition to the authentication values.
Authenticating to OData
The adapter supports the major authentication schemes, including HTTP and Windows.
Set AuthScheme to use the following authentication types.
The adapter simplifies OAuth configuration. See Using OAuth Authentication for a how-to.
HTTP Authentication
The adapter supports authentication with HTTP Basic, Digest, and custom headers. To use Basic or Digest, set the User and Password. You can specify other authentication values in CustomHeaders.
Windows (NTLM)
Set the Windows User and Password to connect and set AuthScheme to "NTLM".
Kerberos and Kerberos Delegation
To authenticate with Kerberos, set AuthScheme to NEGOTIATE. To use Kerberos Delegation, set AuthScheme to KERBEROSDELEGATION. If needed, provide the User, Password, and KerberosSPN. By default, the adapter attempts to communicate with the SPN at the specified Url.
Securing OData Connections
By default, the adapter attempts to negotiate SSL/TLS by checking the server's certificate against the system's trusted certificate store. To specify another certificate, see the SSL Server Cert property for the available formats to do so.