Has anyone found a JDBC Driver that supports GSS-API for MSSQL. I need to connect to a sql server using windows authentication. The fun part is it's the user logged into the application via JAAS not the user the application is running as.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I believe that the DataDirect drivers include a type-4 driver for SQL Server that supports GSSAPI. We have tested them with our Quest Single Sign-on for Java product which provides comprehensive support for Windows authentication for J2EE and Java applications, and supports this sort of end-to-end delegation model you are using. |
|||
|
|