0

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 ?

1
  • i find out that it is possible Commented Jan 29, 2021 at 11:14

1 Answer 1

2

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.

1
  • Thanx for your advice, but I would like to know if it is possible. Commented Jan 28, 2021 at 10:23

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.