Skip to content

Commit 03c3670

Browse files
authored
DOC: Updating readme file (#155)
### Work Item / Issue Reference <!-- IMPORTANT: Please follow the PR template guidelines below. For mssql-python maintainers: Insert your ADO Work Item ID below (e.g. AB#37452) For external contributors: Insert Github Issue number below (e.g. #149) Only one reference is required - either GitHub issue OR ADO Work Item. --> <!-- mssql-python maintainers: ADO Work Item --> > [AB#37904](https://sqlclientdrivers.visualstudio.com/c6d89619-62de-46a0-8b46-70b92a84d85e/_workitems/edit/37904) <!-- External contributors: GitHub Issue --> > GitHub Issue: #143 ------------------------------------------------------------------- ### Summary This pull request updates the `README.md` file to enhance documentation related to Entra ID authentication. It removes specific notes about authentication methods and replaces them with a link to a detailed document for further information. Documentation updates: * [`README.md`](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L65-R65): Removed detailed notes about access token, device code, and default authentication methods, and added a reference link to the Microsoft Entra ID support document for more comprehensive guidance. Co-authored-by: Jahnvi Thakkar <jathakkar@microsoft.com>
1 parent a8a9ea0 commit 03c3670

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,7 @@ EntraID authentication is now fully supported on MacOS and Linux but with certai
6262
| ActiveDirectoryDeviceCode | ✅ Yes | ✅ Yes | Device code flow for authentication; suitable for environments without browser access |
6363
| ActiveDirectoryDefault | ✅ Yes | ✅ Yes | Uses default authentication method based on environment and configuration |
6464

65-
**NOTE**:
66-
- **Access Token**: the connection string **must not** contain `UID`, `PWD`, `Authentication`, or `Trusted_Connection` keywords.
67-
- **Device Code**: make sure to specify a `Connect Timeout` that provides enough time to go through the device code flow authentication process.
68-
- **Default**: Ensure you're authenticated via az login, or running within a managed identity-enabled environment.
65+
> For more information on Entra ID please refer this [document](https://github.com/microsoft/mssql-python/wiki/Microsoft-Entra-ID-support)
6966
7067
### Enhanced Pythonic Features
7168

0 commit comments

Comments
 (0)