koltyakov / sp-rest-proxy

🌐 SharePoint API Proxy for local development
MIT License
172 stars 43 forks source link

jetNexus NTLM #48

Closed dinogit closed 6 years ago

dinogit commented 6 years ago

Hi @koltyakov

Thank you for this amazing plugin. It saved me lots of hours working, instead of constantly deploying and watching what does not work now. Anyway, company had previously been using TMG, and now we switched to jetNexus that is using NTLM, so when I type my credentials and test API I get:

error_ntlm

Tried with authCheck like you explained last time, but I get same error.

koltyakov commented 6 years ago

Hi @dinogit,

Thanks for using the library!

I have a guess that NTML v2 might be used which is not supported with node-sp-auth (the library making the magic of authentication). Could you check the windows registry key (on the SharePoint server(s))? https://technet.microsoft.com/en-us/library/cc960646.aspx

What is the exact error message when using this approach?

Did you try reconfiguring connection settings from scratch? If it still uses TMG strategy auth won't even try NTML.

dinogit commented 6 years ago

Hi @koltyakov,

guys from Network Department ware able to fix this on their part, so it's working as before.

Thanks for quick response.