You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Windows Authentication to on-prem SQL server from pega kubernetes container Image is not working
Below is the error -
The following exceptions in log files
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication.
We are using below parameters for integrated authentication in jdbc string, is there anything that we are missing
integratedSecurity=true;authenticationScheme=JavaKerberos
The text was updated successfully, but these errors were encountered:
It seems likely the version of the driver in use is too old from the error message you posted, but this is probably more of a driver issue than a Pega issue.
Describe the bug
Windows Authentication to on-prem SQL server from pega kubernetes container Image is not working
Below is the error -
The following exceptions in log files
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication.
We are using below parameters for integrated authentication in jdbc string, is there anything that we are missing
integratedSecurity=true;authenticationScheme=JavaKerberos
The text was updated successfully, but these errors were encountered: