Connecting Azure SQL DW using ActiveDirectoryIntegrated authentication
已回答
I see the option is available, but it does not work for me...
Here is connection string I'm using:
jdbc:sqlserver://<server>.database.windows.net:1433;database=<database>;encrypt=true;trustServerCertificate=false;hostNameInCertificate=*.database.windows.net;loginTimeout=30;Authentication=ActiveDirectoryIntegrated
Error:
com/microsoft/aad/adal4j/AuthenticationException
Any Advanced options I need to set?
请先登录再写评论。
Could you email full IDE log to me vasily.chernov@jetbrains.com ?
It looks like you need additional jar files to download from MS website.
@Yurasik
Follow instructions described in https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000014000/comments/360000014699