We are using Crystal Reports V 13 and we were using a user and password based connection string earlier. But now, we are required to connect to Azure database with a user assigned Managed Identity client id. We are using CR DLLS in our application, DLLs like CrystalDecisions.CrystalReports.Engine.dll and the related DLLS. Specific version on these is 13.0.2000.0. We are using CrystalDecisions.ReportAppServer.DataDefModel.PropertyBag to set the connection info. We cannot use the regular Managed identity connection string in this scenario. Is there a way this connection is possible?