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
Hello, can someone share with me
1- any document explaining Tedious authentication type "default" and "ntlm" in DEEP;
Also, ntlmv1 and ntlmv2
vulnerabilities with ntlm s ..
I already have some info but not still enough, http://tediousjs.github.io/tedious/api-connection.html#function_newConnection
"authentication": {
"type":
authentication.type
Type of the authentication method, valid types are default, ntlm, azure-active-directory-default, azure-active-directory-password, azure-active-directory-access-token, azure-active-directory-msi-vm, azure-active-directory-msi-app-service, or azure-active-directory-service-principal-secret
2- And I know the best practice is using azure ones; however, my understanding is that Azure ones need Azure Cloud environment.
I am looking for using Tedious to connect to SQL Server Database by using AD authentication (Active directory user authentication) without using Azure Cloud ones.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, can someone share with me
1- any document explaining Tedious authentication type "default" and "ntlm" in DEEP;
Also, ntlmv1 and ntlmv2
vulnerabilities with ntlm s ..
I already have some info but not still enough,
http://tediousjs.github.io/tedious/api-connection.html#function_newConnection
"authentication": {
"type":
authentication.type
Type of the authentication method, valid types are default, ntlm, azure-active-directory-default, azure-active-directory-password, azure-active-directory-access-token, azure-active-directory-msi-vm, azure-active-directory-msi-app-service, or azure-active-directory-service-principal-secret
2- And I know the best practice is using azure ones; however, my understanding is that Azure ones need Azure Cloud environment.
I am looking for using Tedious to connect to SQL Server Database by using AD authentication (Active directory user authentication) without using Azure Cloud ones.
some references:
https://docs.microsoft.com/en-us/sql/connect/node-js/node-js-driver-for-sql-server?view=sql-server-2017
https://techcommunity.microsoft.com/t5/sql-server-blog/understanding-kerberos-and-ntlm-authentication-in-sql-server/ba-p/383190
#1076
https://github.com/tediousjs/tedious/search?q=ntlm
https://github.com/tediousjs/tedious/blob/318aacc5739a3f3b433e84c95cc8acb305c4a11b/src/ntlm-payload.ts
Beta Was this translation helpful? Give feedback.
All reactions