I have an AngularJS client which makes requests to a server which then forwards them to a different server (a reverse proxy type thing). Both these servers use .Net WCF services and Windows Authentication. My problem is that the request must remain authenticated by the original user even when it reaches the second level.
I cannot use Impersonation for this (some firm policy), and either way, from what I know, impersonation needs some user configurations in AD if it is used with Windows Authentication, which I cannot do.
Any help is appreciated.