Table of Contents

Property AuthenticationMethod

Namespace
YndigoBlue.Velocity.Data.Teradata
Assembly
YndigoBlue.Velocity.dll

AuthenticationMethod

Gets or sets the Teradata authentication mechanism used when UseIntegratedSecurity is true.

public TeradataAuthenticationMethod AuthenticationMethod { get; set; }

Property Value

TeradataAuthenticationMethod

Remarks

This property is only applied when UseIntegratedSecurity is true. When UseIntegratedSecurity is false, standard TD2 authentication (UserId + Password) is used regardless of this value.

Spnego sets IntegratedSecurity=true in the connection string, which lets TeraGSS automatically select the highest-ranked SSO mechanism. All other values set AuthenticationMechanism=<value>.

All mechanisms require server-side configuration. Velocity only sets the connection string property — the Teradata Gateway, LDAP server, KDC, or identity provider must be configured independently.