| Posted: 17 February 2011 at 3:54am | IP Logged
|
|
|
Hello,
I have an application running that wants to automatically grab information from an NTLM protected Windows Sharepoint server (in the sense of a webservice call).
The calling application client can only handle BASIC authentication against IIS, while the sharepoint backend server requires NTLM or Kerberos.
What I need is to relay the requests from client to sharepoint, while the client authenticates inplain against the reverse proxy and the reverse proxy authenticates against sharepoint using NTML credentials chosen from a list by a rule.
I found the following in the documentation and now I need an example to understand how to make it happen:
Basic - Windows Integrated - user authenticates against a proxy server and proxy server authenticates against a remote server with user's credentials. Proxy server should allow basic authentication. Remote server should allow Integrated authentication. Either C or D flag should be specified (C is recommended).
Can you help?
Thank you and best regards
|