I have this situation where the user wants us to provide a custom soap web service that returns crm data, but they have IFD authentication
I can't imagine a way a credential could be passed to the web service in a safe mode without encrypted password or maybe retrieveing the CrmAuthenticationToken on the client, and passing it to the soap web service, but , as it is a complex type it will turn into something else. has anyone done anything similar or do you know a way to pass the client credentials to a ISV asmx without exposing passwords?