connect to MS sql server with integrated using .net framework (c#) #1486
Replies: 6 comments 5 replies
-
@Abhisheik-athi is it a windows based or linux? |
Beta Was this translation helpful? Give feedback.
-
windows . sql server is in a on prem server .. |
Beta Was this translation helpful? Give feedback.
-
Do you have your kerberos and SP setup and tested? I think you might be able to authenticate that way. Check with |
Beta Was this translation helpful? Give feedback.
-
Let me search on this and will get back to you shortly. |
Beta Was this translation helpful? Give feedback.
-
If your machine is not registered with authentication server no, you cannot use kerberos. plus if the issue is with JDBC you are in a wrong repo. JDBC related issues go here |
Beta Was this translation helpful? Give feedback.
-
username and password authentication for Kerberos is not supported in ADO.NET. It only works for Integrated security =true |
Beta Was this translation helpful? Give feedback.
-
i am using .net framework and trying to connect to a MS SQL server with integrated security = true. Need to use different credentials so is there a way using kerberos authentication. and authenticate the creds that is needed for the sql connection ?
need help on how to do it.
Beta Was this translation helpful? Give feedback.
All reactions