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

Digest authentication stopped working with Office365 PingFederate #125

Closed ckreling closed 3 years ago

ckreling commented 4 years ago

Hi

My company recently moved from Microsoft ADFS and now we are using WS-Fed through PingFederate.

I now get the following error when using "authenticationType": "Digest" in my SPGo.json

Any ideas??? Thanks.

[8/31/2020, 3:24:19 PM] ================================ ERROR ================================

[8/31/2020, 3:24:19 PM] Cannot read property 'firstChild' of undefined [8/31/2020, 3:24:19 PM] Error Detail: [8/31/2020, 3:24:19 PM] ---------------------- [8/31/2020, 3:24:19 PM] {} [8/31/2020, 3:24:19 PM] ===============================================================================

chrishasz commented 3 years ago

Hello @ckreling - I see you've reviewed this issue on the node-sp-auth repo.

Unfortunately SPGo does not support interactive login at this time. I did implement Addin-only authentication in version 1.7.0, which is a viable workaround.

Let me know if I should close this issue.

chrishasz commented 3 years ago

Closing this issue for now. I can not support interactive login yet with SPGo, but have provided Addin-only authentication and App Password Authentication as workarounds.

ckreling commented 3 years ago

Thanks. I’ll have to look into the possibility of using those.

Sent from my iPhone

On Jan 23, 2021, at 11:03 AM, Chris Hasz notifications@github.com wrote:

 Closing this issue for now. I can not support interactive login yet with SPGo, but have provided Addin-only authentication and App Password Authentication as workarounds.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.