支持 Liquibase 中的 Azure Active Directory 身份验证
Support for Azure Active Directory Authentication in 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: 身份验证值 "azure active directory universal with mfa" 无效。
Microsoft JDBC 驱动程序目前不支持带 MFA 的 Azure Active Directory:https://github.com/microsoft/mssql-jdbc/issues/1053
鉴于 Liquibase 依赖于 JDBC,它看起来不受支持。
如何在 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: 身份验证值 "azure active directory universal with mfa" 无效。
Microsoft JDBC 驱动程序目前不支持带 MFA 的 Azure Active Directory:https://github.com/microsoft/mssql-jdbc/issues/1053
鉴于 Liquibase 依赖于 JDBC,它看起来不受支持。