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 has expired, as specified by the account settings.

Does anyone have any code samples to connect when MFA is enabled?

Thanks

 

  • 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

1 Reply

  • paulpascha's avatar
    paulpascha
    Bronze Contributor
    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