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

Feature Request: Support O365 Guest Accounts #83

Open AlexSen opened 5 years ago

AlexSen commented 5 years ago

When I try to authenticate, or even reset credentials I get this error. Some additional information: i using O365 guest account. But this account has site owner access, and I using site without any issues (even opening SharePoint designer)

image

chrishasz commented 5 years ago

Hello @forket

Thanks for your patience. I’ll try accessing SharePoint with a guest account and see if I can reproduce this issue.

koltyakov commented 5 years ago

@chrishasz, guests account are not supported with node-sp-auth. Nothing which is made on purpose, but the fact which I'm aware of. Not sure can the feature be added to the library.

chrishasz commented 5 years ago

@Forket, @koltyakov -

I confirmed this morning that I'm unable to log into a SPOnline site with external credentials. I'm going to dig into node-sp-auth and see what the level of effort is to add support.