Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- [pajeffery]
- Giacomo Pozzoni [jackpoz]
- [davidschenkUPG]
- [sofbkeller]

## [3.1.0]

Expand Down
6 changes: 4 additions & 2 deletions documentation/Connect-PnPOnline.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,15 +298,15 @@ 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
```powershell
Connect-PnPOnline -Url "https://contoso.sharepoint.com" -FederatedIdentity
```

Connect to SharePoint/Microsoft Graph using federated identity credentials in Azure DevOps.
Connect to SharePoint/Microsoft Graph using federated identity credentials in Azure DevOps. This option is available from version 3.1.51-nightly onwards.

## PARAMETERS

Expand Down Expand Up @@ -881,6 +881,8 @@ Accept wildcard characters: False

Connects using Federated Identity. For more information on this, you can visit [this link](https://learn.microsoft.com/en-us/entra/workload-id/workload-identity-federation-create-trust?pivots=identity-wif-apps-methods-rest).

This option is available from version 3.1.51-nightly onwards.

```yaml
Type: SwitchParameter
Parameter Sets: Federated Identity
Expand Down
Loading