quarkiverse / quarkus-azure-services

Quarkus extensions for Azure services
Apache License 2.0
13 stars 17 forks source link

Support Active Directory Authentication for MS SQL in native-image #169

Open majguo opened 8 months ago

majguo commented 8 months ago

Copied from original issue https://github.com/quarkusio/quarkus/issues/36587:

Description

As of now, quarkus does not support Active Directory Authentication in native mode with the MS SQL driver. Since this is a standard authentication method for databases hosted in azure, it would be nice if quarkus supported AD authentication in native mode.

User story

As a quarkus developer, developing a native image application When I connect to a MS SQL database Then I want the possibility to use AD authentication