Question

If Modern Authentication is enabled for SharePoint and MFA is not enabled for the used account, is it still possible to use user/pass credentials in an unattended Powershell script, or is it always necessary to use an App registration when Modern Authentication is enabled ?

No correct solution

OTHER TIPS

You should always be using CID + Certificate (preferred) or Secret for unattended scripts. Ideally, store the information in an Azure Automation account so you don't need to store them in clear text within your script.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top