SQL-AI-samples icon indicating copy to clipboard operation
SQL-AI-samples copied to clipboard

Add: support for username/password SQL authentication

Open leividduan opened this issue 4 months ago • 0 comments

Description: This pull request introduces support for SQL authentication using username and password.

Changes include: • Added configuration options for SQL username and password. • Updated connection logic to support SQL authentication.

Why: Previously, only Azure Access Token was supported. This enhancement allows users to authenticate directly with SQL credentials, expanding compatibility and flexibility.

Testing: • Verified connection succeeds with valid credentials.

leividduan avatar Sep 24 '25 16:09 leividduan