I am currently trying to develop a C# application that will automatically authenticate with current logged on users credentials.
We have two CRM environments. Development and Production. The development environment does not have IFD enabled, Production does have IFD enabled.
I can connect fine to dev but am having issues connecting to production. When using the internal name http://[computername]:5555/XRMServices/2011/Discovery.svc I receive an error stating that no endpoints can be found.
When I enter this address in the browser it does load. However the url references on the generated webpage reflect the https address. https//:[computername]:444/XRMServices/2011/Discovery.svc.

Following the https urls through to the WSDL definition [/XRMServices/2011/Discovery.svc?wsdl=wsdl1] I can see that the authentication type is returning federation.
Has anyone had a similar experience. Is this a configuration issue with CRM?
Thanks,
Daniel
*This post is locked for comments
I have the same question (0)