Skip to content

windows auth #694

Description

@akommera

Anyone here tried connection to on-prem sql server with windows auth, if so what should be the connection string.

I tried with
1.server=XXXXX.com,1234;Database=XXXX;Authentication=ActiveDirectoryDefault and no luck

2.server=XXXXX.com,1234;Database=XXXX;TrustServerCertificate=yes
errors as Invalid auth specification; DBCC Error: Login failed for user.

3.server=XXXXX\dbname;Database=XXXX;TrustServerCertificate=yes
errors as Invalid auth specification; DBCC Error: Login failed for user.

Metadata

Metadata

Assignees

Labels

area: connectivity-authConnection lifecycle, Entra/SP/NTLM auth, tokens, TLS, conn-string parsing, Fabric endpoints.discussionquestionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions