Вопрос

Can I autorised by NTLM protocol if I use Jaydata? And how can I do this? I look into oDataProvider.js and see only Basic autentification possible.

if I try autorise as in examples http://jaydata.org/blog/super-easy-authentication-and-authorization-with-odata-server I always have 401 error.

Many thanks & best regards

Это было полезно?

Решение

You can use NTLM auth if you use JayData on the client-side to consume OData services. In this case you have to authenticate your user in your application with your webserver (for example IIS) and JayData uses the same session.

Publishing OData services with JayData (odata-server npm module) with NTLM authentication isn't possible yet.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top