Impersonation in CRM 2011

질문 Impersonation in CRM 2011

  • 2011년 9월 27일 화요일 오후 3:20
     
     

    Thnks a lot Jehazen, this first link helped a lot, just one more question if somebody can help me ?

     

    on the connection the username and password is the AD because this line:

    credential.Windows.ClientCredential = CredentialCache.DefaultNetworkCredentials;

    but i need to pass the username, domain and password on the code, on CRM 4.0 I used to use

    NetWorkCredential how can I pass this to the OrganizationServiceProxy ? because this method dont overload a NetworkCredential

    thanks a lot !

     

    • 분할 Jamie MileyMVP 2012년 3월 6일 화요일 오후 2:55 Followup question
    •  

모든 응답

  • 2012년 5월 5일 토요일 오전 12:16
     
     
    Since organizationServiceProxy doesn't contain an overload that accepts network credential, can you try extracting credentials and providing them to service proxy directly? Let us know if you are still having issues.