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

Request: Add On-Demand authentication #126

Closed ckreling closed 3 years ago

ckreling commented 4 years ago

I do not know how to remove the bug label - sorry

The feature I am requesting is for SP On-Demand authentication which is supported in node-sp-auth. This would need SPGo to pop-up the browser dialog (probably using electron) to allow authentication via the ws-fed cookie.

It's supported in node-sp-auth but just not in SPGo currently. The developer of node-sp-auth says that the PingFederate ADFS is different than OOTB ADFS and thus that will no longer work.

I used to use digest but PingFederate does not support that.

chrishasz commented 3 years ago

Hello @ckreling - SPGo supports Addin-only authentication as of version 1.7.0. I hope this solves your access issues!

Closing this issue.