pnp / PnP-PowerShell

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

[BUG] Connect-PnPOnline -Url $url -UseWebLogin Open the login popup and access the site instead of automatically closing the popup #2949

Open AHMEDBOUCHAALA opened 3 years ago

AHMEDBOUCHAALA commented 3 years ago

Reporting an Issue or Missing Feature

Please confirm what it is that your reporting We have a strange behavior to connect to SharePoint site using Connect-PnPOnline since today morning 02/10/2020

Expected behavior

Please describe what output you expect to see from PnP-PowerShell Cmdlets

Actual behavior

Please describe what you see instead. Please provide samples of HTML output or screenshots

Steps to reproduce behavior

Please include complete code samples in-line or linked from gists $targeturl = "http://domain.sharepoint.com/sites/mysite/" Connect-PnPOnline -Url $targetUrl -UseWebLogin

Which version of the PnP-PowerShell Cmdlets are you using?

What is the version of the Cmdlet module you are running?

(you can retrieve this by executing Get-Module -Name sharepointpnppowershell* -ListAvailable) 3.25.2009.1

How did you install the PnP-PowerShell Cmdlets?