Hi,
I have seen a lot of information about authenticating to the OrganizationServiceProxy using
_Credentials =
NewClientCredentials
_Credentials.Windows.ClientCredential =CredentialCache.DefaultNetworkCredentials
When I use this I get the following error:
The request for security token could not be satisfied because authentication failed
I can authenticate okay if I pass log on details, but I need my application to use the credentials of the user. Any ideas what could be wrong?
_Credentials.Windows.ClientCredential =CredentialCache.DefaultNetworkCredentials works fine through Visual Studio.
Thanks in advance