pnp / PnP-PowerShell

SharePoint PnP PowerShell CmdLets
https://pnp.github.io/powershell
Other
985 stars 665 forks source link

Feature: Added support for DisableCustomAppAuthentication property #2923

Closed gautamdsheth closed 3 years ago

gautamdsheth commented 3 years ago

Type

What is in this Pull Request ?

Added support for DisableCustomAppAuthentication property. This is required to connect to SPO with ACS app-only connections (client-id and client secret). By default, looks like new tenants have this property disabled. This also requires CSOM August 2020 version to be present.

erwinvanhunen commented 3 years ago

Thank you @gautamdsheth !