I came to this while trying to integrate it with Microsoft Dynamics 2016 and couldn't figure how to connect to it, because ODataService had auth param it was easy to integrate Dynamics authentication with it, simply use HttpNtlmAuth.
We noticed that after HttpNtlmAuth request, it was redirected to /adfs/ls page to perform wsignin1 request. I don't know much about Dynamics nor Microsoft standers but I am happy to share the code if somebody needs it.
I came to this while trying to integrate it with Microsoft Dynamics 2016 and couldn't figure how to connect to it, because
ODataService
had auth param it was easy to integrate Dynamics authentication with it, simply useHttpNtlmAuth
.We noticed that after
HttpNtlmAuth
request, it was redirected to/adfs/ls
page to performwsignin1
request. I don't know much about Dynamics nor Microsoft standers but I am happy to share the code if somebody needs it.