Hello,
I have an application (OWA) installed on an IIS Web Server (1) that uses another application (OWA customization) installed on another IIS Web Server (2) . Both servers are in the same domain.
The user authenticates manually (not Windows authentication) on server 1. The problem is that he is asked to reauthenticate himself when the server call resources on server 2 (windows prompt).
How to use the credential provided at the first authentication for the second (and therefore ignore this prompt)?
How to set up the "trust relationship for server-to-server authentication" specified by Microsoft here:
http://msdn.microsoft.com/en-us/library/exchange/bb891801(v=EXCHG.140).aspx
Regards