I have 3-layers architecture: Client - Middle Tier - SQL. I need to delegate client rights to access SQL server. I made delegation between client - middle tier and it works fine (as I understand). but middle tier - SQL server connection is over NTLM (cant be changed) which does not support delegation. certainly while connecting it throw with 401 - 0x80070005 "0x80070005 Access is denied. You do not have permission to perform the requested operation".
So I need to to impersonate from MT to SQL delegated from client account. is it possible?