Authenticate WCF call to ADFS through Web Application Proxy (WAP)
Currently we authenticate WCF calls TO a service via ADFS, using the following procedure:
Firstly, we get a SAML token from ADFS
using (var factory = new WSTrustChannelFactory(
new UserNameWSTrustBinding(System.ServiceMo… Continue reading Authenticate WCF call to ADFS through Web Application Proxy (WAP)