Delegation user's credential from webserver to backend server through terminal service

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Delegation user's credential from webserver to backend server through terminal service

    I have an intranet application within a domain. Following the KB
    article: How to configure an ASP.NET application for a delegation
    scenario
    (http://support.microsoft.com/default.aspx?scid=kb;en-us;810572) allows
    us to impersonate user's credential from the web server to the back end
    server (SQL and Reporting service server). It works fine if user logs
    in within the domain and launch the application.

    The problem happens when the users work at home and use Windows 2003
    terminal service (not in the same domain as the web app and SQL) to log
    on, and then launch the web app. We noticed that the authentication
    method is NTLM instead of Kerberos when accessing the web app through
    the terminal service (since they don't belong to the same domain).
    Maybe this is the reason why the delegation doesn't work anymore? Can
    anybody tell me how to make it work?

    Thanks.
    Jerry

    culeno Guest

  2. Similar Questions and Discussions

    1. Cannot connect to Terminal Server via Terminal Services Manager after upgrade to Windows Server 2003
      The following error is displayed in the Terminal Services Manager on our domain controller (DC-01) when trying to connect to Terminal Services on...
    2. Terminal Server Printers on all user's sessions
      I have a Win2003 Terminal Server. Several of the users have local RDP mapped printers on their thin-client. These printers show up in every user's...
    3. Terminal Service Server
      I could not install MSOFFICE2002PRO from Add/Remove problem. I received the following error code: The window installer service could not be...
    4. Problem creating user's windows folder on a Terminal Server
      Hi Some times a WINDOWS folder is created by the Terminal Server first time a user log's in on the Terminal Server. It's typicaly created under...
    5. Discovery Credential for Proxy Server...
      hi i developped an asp-webservice for your comany. when i distributed it on your webserver and tried to access it from my developer pc i'm...
  3. #2

    Default Re: Delegation user's credential from webserver to backend server through terminal service

    Delegation is a Kerberos feature, so that would stand to reason. I'd work
    with your admins to see if you can get the terminal services machines to use
    Kerberos. Otherwise, your strategy won't work in that configuration.

    Joe K.

    "culeno" <com> wrote in message
    news:googlegroups.com... 


    Joe Guest

  4. #3

    Default Re: Delegation user's credential from webserver to backend server through terminal service

    Thanks Joe for your answering. Can you point me to some articles on how
    to enable Kerberos between two domains (or between a machine and a
    domain)?

    Jerry

    culeno Guest

  5. #4

    Default Re: Delegation user's credential from webserver to backend server through terminal service

    http://www.microsoft.com/technet/prodtechnol/windowsserver2003/technologies/security/tkerberr.mspx

    This is the best Kerb paper I know of. You'll probably need some help from
    your network and AD admins on this as well. There must at the very least by
    a trust relationship between the two domains. That much I know for sure.

    Joe K.

    "culeno" <com> wrote in message
    news:googlegroups.com... 


    Joe Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139