From bc39c0701fb4762ee06b7ca84d4a5ddec84c1337 Mon Sep 17 00:00:00 2001 From: sofbkeller <107711487+sofbkeller@users.noreply.github.com> Date: Thu, 21 Aug 2025 18:15:02 -0700 Subject: [PATCH] Update Connect-PnPOnline.md Add language to example document to note that FederatedIdentity flag is only available in the nightly release pipeline. --- documentation/Connect-PnPOnline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Connect-PnPOnline.md b/documentation/Connect-PnPOnline.md index 5fd971abb..9ef241052 100644 --- a/documentation/Connect-PnPOnline.md +++ b/documentation/Connect-PnPOnline.md @@ -298,7 +298,7 @@ On Windows, this entry needs to be under "Generic Credentials". ```powershell Connect-PnPOnline -Url "https://contoso.sharepoint.com" -ClientId 6c5c98c7-e05a-4a0f-bcfa-0cfc65aa1f28 -Tenant 'contoso.onmicrosoft.com' -FederatedIdentity ``` - +> This functionality is only available in the nightly release. Connect to SharePoint/Microsoft Graph using federated identity credentials in Github. ### EXAMPLE 21