Uploaded image for project: 'Bitbucket Data Center'
  1. Bitbucket Data Center
  2. BSERV-12870

Official support for Active Directory authentication on SQL Server

    XMLWordPrintable

Details

    • 0
    • We collect Bitbucket feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ephillips@atlassian.com Edward
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: