Forum Discussion

DevGuy77's avatar
DevGuy77
Copper Contributor
Jul 24, 2019
Solved

Connecting to SharePoint with MFA enabled

Hi,   I'm trying to create a simple windows 10 desktop app (WPF) that will connect to SharePoint but I get the following error:   Microsoft.SharePoint.Client.IdcrlException: The account password...
  • paulpascha's avatar
    Jul 24, 2019
    I'm not sure anything changed in the meanwhile but last time I needed to handle MFA scenario I made use of PnP authenticationmanager's GetWebLoginClientContext method to authenticate:

    https://github.com/SharePoint/PnP-Sites-Core/blob/master/Core/OfficeDevPnP.Core/AuthenticationManager.cs