-
Notifications
You must be signed in to change notification settings - Fork 427
Kerberos Constrained Delegation
Suraiya Hameed edited this page May 23, 2017
·
2 revisions
Microsoft JDBC Driver for SQL Server, supports Kerberos Constrained Delegation from v6.1.5.
Driver now accepts impersonated user credentials as a GSSCredential
object via data source. This impersonated credential is then used to establish connection.
datasource.setGSSCredentials(impersonatedUserCreds);
Property | Type | Default | Description |
---|---|---|---|
gsscredential | org.ietf.jgss.GSSCredential | null | User credentials to be used during Kerberos connection |