在Liquibase中支持Azure Active Directory身份验证

时间:2019-09-16 11:23:55

标签: liquibase

如何在Liquibase中实现azure active directory Universal With MFA认证?支持吗?如果支持,URL格式是什么?

我使用了以下url --url="jdbc:sqlserver://some.database.windows.net,1433;Database=myDB;Authentication=Azure Active Directory Universal With MFA;",但出现以下异常:

liquibase.exception.DatabaseException:liquibase.exception.DatabaseException:com.microsoft.sqlserver.jdbc.SQLServerException:验证值“与mfa通用的Azure活动目录”无效。

1 个答案:

答案 0 :(得分:2)

Microsoft JDBC驱动程序当前不支持带有MFA的Azure Active Directory:https://github.com/microsoft/mssql-jdbc/issues/1053

鉴于Liquibase依赖于JDBC,它似乎不受支持。

相关问题