We are developing a web application to be hosted on our network, but the client wishes us to 'sync' with their (remote) active directory.
Basically, they would like to sign on to our web application using their AD credentials.
The key point is that the web application (ours) and the AD directory (theirs) are on two totally separate and disconnected networks.
What tools and/or strategies do you recommend to provide this service?
Our web application is c#/IIS.