You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm trying to connect to sql instance using jdbc, we are using azure workload identities to connect instead of user and password. I get the following error and I tried all the types and I get either not supported or invalid. Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: ActiveDirectoryIntegrated is only supported on Windows operating systems.
Describe the solution you'd like
Support for jdbc or just any examples where jdbc was able to connect to sql instance using managed identity
Describe alternatives you've considered
One alternative I'm exploring using the token
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm trying to connect to sql instance using jdbc, we are using azure workload identities to connect instead of user and password. I get the following error and I tried all the types and I get either not supported or invalid.
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: ActiveDirectoryIntegrated is only supported on Windows operating systems.
Describe the solution you'd like
Support for jdbc or just any examples where jdbc was able to connect to sql instance using managed identity
Describe alternatives you've considered
One alternative I'm exploring using the token
Additional context
The text was updated successfully, but these errors were encountered: