Connect to a Azure SQL Database & use as test data

Hello,

I would like some help to connect to my SQL database that is hosted in Azure and use this as test data.

When connecting manually I have to use the option for ‘Azure Active Directory - Universal with MFA’.
image

However when trying to connect via Katalon I cannot seem to get this method to work:

Can anyone advise on how I can connect to this type of database?

@trice

Updated:
Our library: MSSQL currently doesn’t support MFA Authentication. You can track this issue via this link: https://github.com/microsoft/mssql-jdbc/issues/1053

Ok thank you for the reply!