Official support for Active Directory authentication on SQL Server

XMLWordPrintable

    • 0
    • 4

      In order to avoid account password leakage, it would be awesome if we could configure the connection to SQL Server using LDAP accounts. This is supported by the jTDS driver already and is common practice in Azure.

      For example, connect with ActiveDirectoryMSI in the authentication string:

      jdbc.url=jdbc:sqlserver://**.database.windows.net:1433;database=bitbucket;authentication=ActiveDirectoryMSI;trustServerCertificate=true;encrypt=true;
      

      MSI ensures only our dedicated server can connect to the corresponding database.

            Assignee:
            Unassigned
            Reporter:
            Edward
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: