Impossible to get metadata database by using Azure Active Directory. Could not load msal4j library
Hello,
I have to connect to a sql server database using Azure Active Directory authenticate with a Service Principal. The error I got is 'Failed to load msal4j library'. I can handle this in a job by using tLibraryLoad component and loading following libraries :
Jackson-annotations-2.11.4.jar (already available in Talend)
Jackson-core-2.11.4.jar (already available in Talend)
Jackson-databind-2.11.4.jar (already available in Talend)
It work in a job. But my goal is to get metadata from databases and get schemas and so on ... But when I want to create a connection in the metadata, I could not load required librairies. So I don't know what to do now ?
All my schemas will be in built-in if I can't retrieve my schemas. I'm using Talend 7.3
Anyone has an idea to force loading of library msal4j without using tLibraryLoad component ? Thanks in advance