Clarity

  • 1.  NTLM Authentication in GEL script

    Posted Apr 25, 2018 10:06 AM

    Hi, We are trying to use REST API on a sharepoint server to consume the data which requires NTLM authentication. Does anyone have a sample code how to do it in GEL script?

     

    Thanks in advance!

     

    Vani.



  • 2.  Re: NTLM Authentication in GEL script

    Posted Apr 25, 2018 12:56 PM

    NTLM authentication is a challenge-response scheme. NTLM authentication requires multiple exchanges between the client and server. The server must support persistent connections with the client to successfully complete the authentication.  I suggest using HttpClient with a CredentialsProvider which presents NTCredentials.

     

    V/r,

    Gene