bramdejager / spcb

The SharePoint Client Browser (SPCB) uses the CSOM to connect to a remote SharePoint site collection and shows the site structure with related properties and values.
GNU General Public License v2.0
173 stars 48 forks source link

Unable to add new tenant or sitecollection #93

Open Benny56 opened 4 years ago

Benny56 commented 4 years ago

I Ave a fresh download stored at C:\Program Files (x86)\SharePoint.Online.Client.Browser.v4.7. I have used earlier versions installed on other computers without issues. Now I cannot login anymore: "The sign-in name or password does not match…" There are no issues using PowerShell.

Benny56 commented 4 years ago

It turned out that connecting to SharePoint online with PowerShell works for me only using multifactor authentication (MFA) -> "Connect-SPOService -Url https://$orgName-admin.sharepoint.com". The command "Connect-SPOService -Url https://$orgName-admin.sharepoint.com -Credential $userCredential" returns the mentioned error message.

The button "Get your username" seems not to work.