Skip to content

authenticationScheme, integratedSecurity and trustServerCertificate param in sql URI is not effective #1405

Open
@srjha

Description

@srjha

Support authenticationScheme, integratedSecurity and trustServerCertificate param in sql URI just like they are supported in JDBC URI

In vertx-jdbc, one can use following URI and connect to database.

jdbc:sqlserver://something.net;databaseName=mydb1;authenticationscheme=NTLM;integratedSecurity=true;trustServerCertificate=true

The equivalent URI in vertx-mssql should be
sqlserver://something.net/databaseName=mydb1?authenticationscheme=NTLM&integratedSecurity=true&trustServerCertificate=true

I tried but, looks like there is no support for these params

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions