Forum Discussion
Lance Alcabasa
Aug 27, 2021Copper Contributor
Connect to SharePoint Online with MFA using CSOM
I have the CSOM code below for trying to connect to SharePoint Online with MFA enabled: $SiteUrl = "http://our-tenant.sharepoint.com"
#Setup Authentication Manager
$AuthenticationManager = n...
pvanberlo
Aug 27, 2021MCT
The latest iteration of the PnP.PowerShell module no longer includes this. You can try and replace "OfficeDevPnP.Core.AuthenticationManager" with "PnP.Framework.AuthenticationManager" instead.
Joshua_Lumley
Aug 23, 2022Copper Contributor
How?!