SqlServer 2019 AD Authentication with user name different from current #2180
Unanswered
michaelplavnik
asked this question in
Q&A
Replies: 1 comment
-
There is no way to pass an AD username and password to Microsoft.Data.SqlClient for use in authenticating against SQL Server. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to authenticate against on premises SQL Server 2019 with Microsoft.Data.SqlClient (dotnet6 runtime, Windows 10) given AD domain user name and password?
User name is different from the current user and was verified to authenticate against same server under impersonated context. However, impersonated context has some other challenges within dotnet6 runtime that prevents me from using it as a solution.
Beta Was this translation helpful? Give feedback.
All reactions