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

  1. #1

    Default Kerberos Delegation

    Hi

    I would like to know if Kerberos Delegation is possible in
    a multi Hop scenario.
    For example: Is the following scenario possible?

    A Client C Transfer its {TGT} to server "S" for
    Delegation, Server S will FORWARD this {TGT} to server T
    for delegation again, (Second Hop).
    Server T will finally ask for a ticket form service server
    Q to be able to call that service in client's C name.

    The question is: Is it possible for the Kerberos
    delegation algorithm to run through multiple Hops?

    I have read about Kerberos and found many explanations
    about Delegation but ALL described Only one hop scenario.

    Does this mean that Multi Hop Scenario is not possible?

    Is there an article and example showing this?

    Thanks

    Emmanuel Kahn
    [email]ecy1@bezeqint.net[/email]

    ecy1@bezeqint.net Guest

  2. Similar Questions and Discussions

    1. ASP.NET Impersonation / delegation
      you are on the right track. ntlm will not delegate even if your security team allowed delegation, only digest allows delegation. on win2k you...
    2. Kerberos delegation trauma
      Hi, I have a .NET web application (C#) which calls a command line tool (using Process object). This tool in turn invokes another tool on another...
    3. Delegation in ASP.NET
      I think i had a similar problem a while ago - and i further thinks - yes - he is falling back to NTLM which makes delegation impossible... when...
    4. ASP.NET Impersonation & Delegation
      I have read various articles regarding explaining ASP.Net security model. I have one simple question regarding Delegation that i can't seemed to...
    5. Kerberos, Delegation, and Win2.3K
      Fairly certain, as with Basic Authentication it is delegating successfuly. From the appearance of the event log, it looks like when integrated...
  3. #2

    Default Re: Kerberos Delegation

    Yes, kerberos delegation is possible. You need to mark the account that
    is to be delegated as 'delegateable'. I dont have a link handy, but I do
    have a set of web articles on disk that describe how to implement
    kerberos delegation under windows 2000. Send me offlist at
    [email]glav@aspalliance.com[/email]-NOSPAM (obviously without the -NOSPAM) and I'll
    forward it to you.

    - Paul Glavich
    > Hi
    >
    > I would like to know if Kerberos Delegation is possible in
    > a multi Hop scenario.
    > For example: Is the following scenario possible?
    >
    > A Client C Transfer its {TGT} to server "S" for
    > Delegation, Server S will FORWARD this {TGT} to server T
    > for delegation again, (Second Hop).
    > Server T will finally ask for a ticket form service server
    > Q to be able to call that service in client's C name.
    >
    > The question is: Is it possible for the Kerberos
    > delegation algorithm to run through multiple Hops?
    >
    > I have read about Kerberos and found many explanations
    > about Delegation but ALL described Only one hop scenario.
    >
    > Does this mean that Multi Hop Scenario is not possible?
    >
    > Is there an article and example showing this?
    >
    > Thanks
    >
    > Emmanuel Kahn
    > [email]ecy1@bezeqint.net[/email]
    >
    >
    Paul Glavich 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