Skip to content

Commit

Permalink
Unblock connection to SharePoint 2013 (#4622)
Browse files Browse the repository at this point in the history
Transformation On Prem flag added

Co-authored-by: Gautam Sheth <[email protected]>
  • Loading branch information
pkbullock and gautamdsheth authored Dec 15, 2024
1 parent 145ac77 commit eab639e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Base/ConnectOnline.cs
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ private PnPConnection ConnectCredentials(PSCredential credentials, Initializatio
}
}
}
if (ClientId == null)
if (ClientId == null && !TransformationOnPrem)
{
ClientId = GetAppId();
if (ClientId == null)
Expand Down

0 comments on commit eab639e

Please sign in to comment.