Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is there ntlm/kerberos authentication for Indy Http Server?
#1
Is there ntlm/kerberos authentication for Indy Http Server?
Reply
#2
(09-16-2019, 07:04 AM)X-Cite! Wrote: Is there ntlm/kerberos authentication for Indy Http Server?

Not natively, no. At this time, TIdHTTPServer only implements BASIC authentication directly.

You can use the TIdHTTPServer.OnParseAuthentication event to implement custom authentications. For instance, by using Microsoft's SSPI API to handle NTLM/Kerberos authentication. Though, NTLM requires multiple HTTP messages back and forth, which you would have to handle manually, as TIdHTTPServer does not really handle when a request requires multiple messages to complete authentication.

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)