Problems connecting to Sharepoint after 2-factor authentication

Greetings. I have run into a problem in one of my projects. I have a connector that imports data from a Sharepoint list. This worked fine until my organisation implemented 2-factor authentication when logging in. After that the connection has stoppet working, and I only get an error saying “The partner returned a bad sign-in name or password error. For more information, see Federation Error-handling Scenarios”. Is it possible to correct this problem?

You could try to create an App Password (How to manage app passwords - Azure Active Directory | Microsoft Docs) and use it in place of your original password if your administrator permits this.

If not, unfortunately, the only option is to create a separate user without multifactor authentication for automation purposes

@olysak Thanks for the feedback. Unfortunately it seems that the App Password option is not available, and the 2-factor authentication is mandatory now. So back to a bit of manual export-import of data I guess.