Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Authentication to on-prem SQL server from pega kubernetes container is not working #751

Open
shindebshekhar opened this issue May 15, 2024 · 1 comment

Comments

@shindebshekhar
Copy link

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

@pega-roska
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants