Skip to content

Commit 7971f6b

Browse files
authored
Bumps supported version required
Though it was supported in 7.2, due to breaking api changes discussed in microsoft/mssql-jdbc#1135 v8.3.1 is now required. Fixes: #6888
1 parent 8d0d860 commit 7971f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/connect/jdbc/connecting-using-azure-active-directory-authentication.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Connection properties to support Azure Active Directory authentication in the Mi
2525
- **authentication**: Use this property to indicate which SQL authentication method to use for the connection.
2626
Possible values are:
2727
- **ActiveDirectoryMSI**
28-
- Supported since driver version **v7.2**, `authentication=ActiveDirectoryMSI` can be used to connect to an Azure SQL Database/Synapse Analytics from an Azure Resource with "Identity" support enabled. Optionally, **msiClientId** can be specified in the Connection/DataSource properties along with this authentication mode. `msiClientId` must contain the Client ID of a Managed Identity to be used to acquire the **accessToken** for establishing the connection.
28+
- Supported since driver version **v8.3.1**, `authentication=ActiveDirectoryMSI` can be used to connect to an Azure SQL Database/Synapse Analytics from an Azure Resource with "Identity" support enabled. Optionally, **msiClientId** can be specified in the Connection/DataSource properties along with this authentication mode. `msiClientId` must contain the Client ID of a Managed Identity to be used to acquire the **accessToken** for establishing the connection.
2929
- **ActiveDirectoryIntegrated**
3030
- Supported since driver version **v6.0**, `authentication=ActiveDirectoryIntegrated` can be used to connect to an Azure SQL Database/Synapse Analytics using integrated authentication. To use this authentication mode, you need to federate the on-premise Active Directory Federation Services (ADFS) with Azure Active Directory in the cloud. Once it's set up, you can connect by either adding the native library 'mssql-jdbc_auth-\<version>-\<arch>.dll' to the application class path on Windows, or setting up a Kerberos ticket for cross-platform authentication support. You'll be able to access Azure SQL Database/Azure Synapse Analytics without being prompted for credentials when you're logged in to a domain joined machine.
3131
- **ActiveDirectoryPassword**

0 commit comments

Comments
 (0)