Here is the scenario. Two different networks. We have client desktop applications on one network that needs to connect to network #2. Network #2 has a WCF service running, that is accessible to our network publicly. In turn that WCF service will pass information to our ERP app AX, which exposes a AIF service.
Now the issue is we need to use windows authentication because we need to authenticate users that use the AIF service.
How do we pass user credentials on network #1. to network #2 over HTTPS to authenticate against the web service, then in turn authenticate to the AIF.
I read this article but i don't know if it will work over two seperate networks. http://www.codeproject.com/Articles/36289/steps-to-enable-windows-authentication-on-WCF-Ba
any help would be nice thanks