As in the title.
We have a WCF service, and a Windows Phone 7 client. One of our customers wants to install the service behind a TMG server.
I know that TMG is an update to the old ISA server and I recall having to install a client on my PC to connect to a site behind the ISA server, but I cannot see anything about in any of my searches.
Is it actually possible to access the service via this gateway? If so can anyone tell me what I need to do? I'm happy to research it if I know what to look for.
EDIT:
Reading further I see that TMG an do cert based Authentication. So if a trusted cert is installed on the device, this can be connected to the user the in AD. This means that TMG will allow the packet through.
Is my understanding correct?
TMG can act in the manner you described, but it can also act a normal firewall, or as a NAT/firewall as well.
It can also act as a reverse proxy.
If your application sticks to standard TCP/UDP communication, TMG can publish it. If it uses HTTP, then TMG can publish it, route it, and even inspect it.
I'm assuming the WCF service is hosted in IIS as a pure Web Service. In that case, publishing the Service is as easy as publishing a website