Reporting an Issue or Missing Feature
When I try to execute 'Connect-PnPOnline' with a given URL and a PSCredential Object I get the following error:
Expected behavior
I get a connection to my site
Actual behavior

Steps to reproduce behavior
$credObject = New-Object System.Management.Automation.PSCredential -ArgumentList $username, $securePwd
Connect-PnPOnline -Url $SiteURL -Credentials $credObject
What is the version of the Cmdlet module you are running?


Which operating system/environment are you running PnP PowerShell on?