chrishasz / spgo

SPGo: A Lightweight, Open Source, SharePoint IDE for Visual Studio Code
https://www.chrishasz.com/spgo
MIT License
60 stars 11 forks source link

spgo NTLM  invalid user credentials #148

Open onlyawt opened 3 years ago

onlyawt commented 3 years ago

Note: for support questions, please use stackoverflow and tag the post with #spgo.

I´m having some trouble when trying to retrieve a remote folder from sharepoint so that I can use it in vs code. Configuring the workspace went fine, but when I use command "SPGo:Retrieve folder", it asks me for sharepoint username and password. apparently, both inputs are correct, but it keeps showing me the error "Invalid user credentials. Please reset your credentials via the command menu and try again". Here are some information I think might be useful/necessary for solving this problem: (feel free to ask for more info if needed)

rjhadley commented 3 years ago

This is definitely broken. I have to rollback to pre 1.7.2 just to publish

chrishasz commented 3 years ago

Hello @onlyawt, @rjhadley

VSCode recently made a change (again!) to the internal request proxy. This specifically affects NTLM Auth.

can you review this issue and see if the proxy setting change fixes this for you?

rjhadley commented 3 years ago

Thank you! @chrishasz , confirmed this workaround fixes it.