Tedious does not support Active Directory Integrated Authentication.
It supports only azure-active-directory-password type, but what about azure-active-directory-integrated method? Is there any chance to implement that feature? Or is it implemented yet and there is no documentation, or I missed something?
Here is Microsoft documentation for the authentication implemented in C#
https://docs.microsoft.com/en-us/azure/sql-database/active-directory-interactive-connect-azure-sql-db
EDIT:
#416 is about Azure Active Directory Password Authentication, but I would like to have Azure Active Directory Integrated Authentication.
Tedious does not support Active Directory Integrated Authentication.
It supports only
azure-active-directory-passwordtype, but what aboutazure-active-directory-integratedmethod? Is there any chance to implement that feature? Or is it implemented yet and there is no documentation, or I missed something?Here is Microsoft documentation for the authentication implemented in C#
https://docs.microsoft.com/en-us/azure/sql-database/active-directory-interactive-connect-azure-sql-db
EDIT:
#416 is about Azure Active Directory Password Authentication, but I would like to have Azure Active Directory Integrated Authentication.