Re: Security Challenge: Runtime impersonation without calling Logo

From: Web Developer (WebDeveloper_at_discussions.microsoft.com)
Date: 06/24/05

  • Next message: Joe Kaplan \(MVP - ADSI\): "Re: Security Challenge: Runtime impersonation without calling Logo"
    Date: Fri, 24 Jun 2005 13:22:02 -0700
    
    

    Thanks for your reply Joseph.

    What I'm trying to do is make a web service call from my web application
    using the credentials of the authenticated user. After I call "context =
    USER.identity.impersonate", I call "MyWebServiceProxyInstance.Credentials =
    System.Net.CredentialCache.DefaultCredentials" to add the authenticated
    user's credentials to the web service proxy. However, the DefaultCredentials
    are null.

    Do you know how I can pass the credentials of the authenticated user to the
    web service proxy?

    Thank you again.


  • Next message: Joe Kaplan \(MVP - ADSI\): "Re: Security Challenge: Runtime impersonation without calling Logo"

    Relevant Pages