문제

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