Will Liquibase Support the Azure Postgresql AuthenticationPlugin?

Hello!

I am working with liquibase in Azure and want to use managed identities as far as possible.

This page describes how Azure want you to setup the jbdc connection
Migrate an application to use passwordless connections with Azure Database for PostgreSQL - Java on Azure | Microsoft Learn

But it relies on this plugin AzurePostgresqlAuthenticationPlugin.

Using this jbdc connection string I encounter this error. So I assume this plugin is not supported by liquibase? Can I add it myself or will liquibase add support for it?

jdbc:postgresql://[server:port]/[db]?sslmode=require&authenticationPluginClassName=com.azure.identity.extensions.jdbc.postgresql.AzurePostgresqlAuthenticationPlugin