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

SqlServer AD Authentication issues #203

Closed
idesai1210 opened this issue Apr 12, 2021 · 0 comments
Closed

SqlServer AD Authentication issues #203

idesai1210 opened this issue Apr 12, 2021 · 0 comments

Comments

@idesai1210
Copy link
Contributor

It seems like Akka.persistence.SqlServer internally use System.Data.SqlClient which doesnt support AD authentication. Looks like Microsoft is slowly deprecating System.Data.SqlClient and replacing with Microsoft.Data.SqlClient as per the following:

https://devblogs.microsoft.com/dotnet/introducing-the-new-microsoftdatasqlclient/

Can we have support for AD authentication?

Aaronontheweb added a commit that referenced this issue May 12, 2021
* Fix DockerClient.Images.ListImagesAsync(MatchName) does not work

* Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.1 (#198)

* upgraded to Akka.NET v1.4.17

* Bump AkkaVersion from 1.4.17 to 1.4.18 (#201)

* Bump Microsoft.NET.Test.Sdk from 16.9.1 to 16.9.4 (#202)

* Upgrade to GitHub-native Dependabot (#207)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Load string parameters column sizes to reduce SqlServer query plans count (#197)

* Load string parameters column sizes to reduce SqlServer query plans count

* Updated to include column size loading logic

* Added constant size support for query executors

* Added HOCON configuration and documentation for that

* Fixed typo

* Updated method name according to plugin

Co-authored-by: Aaron Stannard <aaron@petabridge.com>

* 203 SqlServer Ad Auth (#204)

* close #203 SqlServer Ad Auth

Co-authored-by: Aaron Stannard <aaron@petabridge.com>

* added v1.4.18 release notes (#208)

Co-authored-by: Gregorius Soedharmo <arkatufus@yahoo.com>
Co-authored-by: Igor Fedchenko <igor@fedchenko.pro>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Ishan Desai <idesai1210@gmail.com>
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

1 participant