I have read this article: Identity Delegation with AD FS 2.0 Step-by-Step Guide
on how to perform identity delegation using WIF from an ASP.NET application to a back end WCF service. I currently have an ASP.NET WebAPI REST service that I want to be able to call from my ASP.NET application using identity delegation, but I cannot find any information on how to accomplish this. The mentioned technet article uses CreateChannelActingAs
to create a channel to the WCF service using the calling user's security token, but obviously this method is not applicable to a REST API. Can anyone point me to any articles or provide a description of how I can delegate identity using WIF to my REST service?
My WebAPI REST service application is already set up and working using WIF authentication with the help of this library from Thinktecture.