I have built a ASP.NET web site that I want to interact Dynamics CRM thru the web services.
My ASP.NET site is claims-aware and authenticates to our ADFS server.
When I create my connection to CRM WS using the DefaultNetworkCredentials, I am getting "The user authentication failed!"
How can I use my authentication from ADFS to authenticate the CRM web service?